]> err.no Git - linux-2.6/commitdiff
HID: remove quirk lookup from usbkbd/usbmouse
authorJiri Kosina <jkosina@suse.cz>
Mon, 21 Jul 2008 16:30:05 +0000 (18:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 23 Jul 2008 13:25:22 +0000 (15:25 +0200)
This patch completely removes the dependency of usbkbd and usbmouse drivers
on usbhid code.

usbkbd/usbmouse drivers are not needed in the vast majority of cases anyway,
and they shouldn't be loaded in standard configurations at all. They are supposed
to be as trivial as possible, and searching for HID_QUIRK_IGNORE can even be
bad in some cases.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found