commit | 2eb5dc30eb87aa30f67e3dff39d5c9f3fb643260 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@booyaka.com> | Thu Apr 19 13:27:04 2007 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Apr 19 13:27:04 2007 +0200 |
tree | 7912fc684270fccc07d66a419eb85e0edc83752f | |
parent | 4d5a1be98d8d40a7c558005d423b3daed8ba1ddb [diff] |
USB HID: encapsulate quirk handling into hid-quirks.c Move the USB_VENDOR* and USB_DEVICE* defines and the hid_blacklist[] array there from hid-core.c. Add hid-quirks.c:usbhid_lookup_any_quirks() to return quirk information to hid-core.c. Convert __u32, __u16 types to u32, u16. Signed-off-by: Paul Walmsley <paul@booyaka.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>