summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorNicholas Santos <nicholas.santos@gmail.com>2012-12-28 22:07:02 -0500
committerJiri Kosina <jkosina@suse.cz>2013-01-03 11:13:42 +0100
commit320cde19a4e8f122b19d2df7a5c00636e11ca3fb (patch)
tree5a0629ee75a2a8980df32475a746db37a3511eca /drivers/hid/hid-ids.h
parent8ab726c183730b18acddc5cfc2fd44d135075056 (diff)
downloadop-kernel-dev-320cde19a4e8f122b19d2df7a5c00636e11ca3fb.zip
op-kernel-dev-320cde19a4e8f122b19d2df7a5c00636e11ca3fb.tar.gz
HID: usbhid: quirk for Formosa IR receiver
Patch to add the Formosa Industrial Computing, Inc. Infrared Receiver [IR605A/Q] to hid-ids.h and hid-quirks.c. This IR receiver causes about a 10 second timeout when the usbhid driver attempts to initialze the device. Adding this device to the quirks list with HID_QUIRK_NO_INIT_REPORTS removes the delay. Signed-off-by: Nicholas Santos <nicholas.santos@gmail.com> [jkosina@suse.cz: fix ordering] Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 4dfa605..34e2547 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -306,6 +306,9 @@
#define USB_VENDOR_ID_EZKEY 0x0518
#define USB_DEVICE_ID_BTC_8193 0x0002
+#define USB_VENDOR_ID_FORMOSA 0x147a
+#define USB_DEVICE_ID_FORMOSA_IR_RECEIVER 0xe03e
+
#define USB_VENDOR_ID_FREESCALE 0x15A2
#define USB_DEVICE_ID_FREESCALE_MX28 0x004F
OpenPOWER on IntegriCloud