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)
commitacc0b7c40983c316bc69d97b1acf05a228b0d61e
tree7ecbdee1377a7df6d03e11b3a1ff01e28d7fe598
parent094403ce3ec30e9819b1526134a948a1c92d1421
HID: remove quirk lookup from usbkbd/usbmouse

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>
drivers/hid/usbhid/usbkbd.c
drivers/hid/usbhid/usbmouse.c