Why should d-i care about the mouse? Shouldn't you be patching X's
configuration program?

Sven Luther wrote:
> Author: luther
> Date: Wed Aug  4 12:56:19 2004
> New Revision: 18868
> 
> Modified:
>    trunk/packages/ddetect/debian/changelog
>    trunk/packages/ddetect/hw-detect.sh
> Log:
> Added psmouse module registration to powerpc chrp/prep subarches, or X will have no 
> pointer.
> 
> 
> Modified: trunk/packages/ddetect/debian/changelog
> ==============================================================================
> --- trunk/packages/ddetect/debian/changelog   (original)
> +++ trunk/packages/ddetect/debian/changelog   Wed Aug  4 12:56:19 2004
> @@ -4,8 +4,11 @@
>      - Add more entries to devnames.txt.
>      - grep for ^${module}: to prevent e1000's description matching for
>        e100. (Closes: #262626)
> +  * Sven Luther
> +    - Added support for loading the psmouse modules on powerpc/chrp
> +      and prep too, since X is complaining after the reboot.
>  
> - -- Joshua Kwan <[EMAIL PROTECTED]>  Sun,  1 Aug 2004 02:07:11 -0700
> + -- Sven Luther <[EMAIL PROTECTED]>  Wed,  4 Aug 2004 20:52:39 +0200
>  
>  ddetect (1.00) unstable; urgency=low
>  
> 
> Modified: trunk/packages/ddetect/hw-detect.sh
> ==============================================================================
> --- trunk/packages/ddetect/hw-detect.sh       (original)
> +++ trunk/packages/ddetect/hw-detect.sh       Wed Aug  4 12:56:19 2004
> @@ -243,6 +243,9 @@
>                 register-module i8042
>                 echo "atkbd:AT keyboard support"
>                 register-module atkbd
> +               echo "psmouse:AT mouse support"
> +               register-module psmouse
> +             ;;
>               ;;
>       esac
>  }
> 

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to