commit | acc0b7c40983c316bc69d97b1acf05a228b0d61e | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Mon Jul 21 18:30:05 2008 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jul 23 15:25:22 2008 +0200 |
tree | 7ecbdee1377a7df6d03e11b3a1ff01e28d7fe598 | |
parent | 094403ce3ec30e9819b1526134a948a1c92d1421 [diff] |
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>