USB HID: encapsulate quirk handling into hid-quirks.c
authorPaul Walmsley <paul@booyaka.com>
Thu, 19 Apr 2007 11:27:04 +0000 (13:27 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Apr 2007 11:27:04 +0000 (13:27 +0200)
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>

No differences found