Re: [PATCH] USBHID: Make Boot Protocol drivers depend on EMBEDDED
From: Parag Warudkar <hidden>
Date: 2008-12-21 22:23:49
Also in:
lkml
From: Parag Warudkar <hidden>
Date: 2008-12-21 22:23:49
Also in:
lkml
On Mon, 22 Dec 2008, Anssi Hannula wrote:
It may well be that Ubuntu has usbmouse blacklisted or employs udev rules that force usbhid to be loaded before usbmouse.
Right - Ubuntu blacklists it and it works. Fedora doesn't blacklist it but it is not a problem with the distro shipped kernel - somehow. The problem happens only when using vanilla kernel on Fedora - not sure what's going on there.
On Mandriva it was handled in a similar way, before usbmouse was disabled from the kernel (no reason to have it in a "normal" kernel).
Yep, and so the patch to make it dependent on EMBEDDED still makes sense. Parag