summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2010-07-12 17:28:28 (GMT)
committerJiri Kosina <jkosina@suse.cz>2010-07-19 09:54:16 (GMT)
commit70c7c9c4438fc3ca573744c5448df90dbcc5e159 (patch)
treecc20b6a164e385ead2ff13f29859ac0ffbe80340 /drivers/hid/hid-ids.h
parent3a343ee4509c982552b35fbc99d3213f3bb1acde (diff)
downloadlinux-fsl-qoriq-70c7c9c4438fc3ca573744c5448df90dbcc5e159.tar.xz
HID: Force input registration for "VEC footpedal"
These devices report a usage page of type "consumer" and a usage of "Programmable buttons". They are hence ignored by the hid-input layer. Force the registration of an input device by using the new quirk type HID_QUIRK_HIDINPUT_FORCE. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Jiri Kosina <jkosina@suse.cz> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 31601ee..d42c88f 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -526,5 +526,7 @@
#define USB_DEVICE_ID_KYE_ERGO_525V 0x0087
#define USB_DEVICE_ID_KYE_GPEN_560 0x5003
+#define USB_VENDOR_ID_PI_ENGINEERING 0x05f3
+#define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff
#endif