summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid/Makefile
diff options
context:
space:
mode:
authorPaul Walmsley <paul@booyaka.com>2007-04-19 13:27:04 +0200
committerJiri Kosina <jkosina@suse.cz>2007-04-19 13:27:04 +0200
commit2eb5dc30eb87aa30f67e3dff39d5c9f3fb643260 (patch)
tree7912fc684270fccc07d66a419eb85e0edc83752f /drivers/hid/usbhid/Makefile
parent4d5a1be98d8d40a7c558005d423b3daed8ba1ddb (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>
Diffstat (limited to 'drivers/hid/usbhid/Makefile')
-rw-r--r--drivers/hid/usbhid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/usbhid/Makefile b/drivers/hid/usbhid/Makefile
index de9bc1fe3eaa..8e6ab5b164a2 100644
--- a/drivers/hid/usbhid/Makefile
+++ b/drivers/hid/usbhid/Makefile
@@ -3,7 +3,7 @@
#
# Multipart objects.
-usbhid-objs := hid-core.o
+usbhid-objs := hid-core.o hid-quirks.o
# Optional parts of multipart objects.