aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorKees Bakker <kees.bakker@xs4all.nl>2010-07-13 16:50:51 -0400
committerJiri Kosina <jkosina@suse.cz>2010-07-13 17:44:10 -0400
commit540010812179a16d3d00fb8363bb06ee83af25b8 (patch)
treea3a229f2fb61584c531cb6db78657bc589a92d5b /drivers/hid/hid-ids.h
parent1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff)
HID: Add support for Conceptronic CLLRCMCE
There is only one extra button for Conceptronic that wasn't yet present. The button has code 0xffbc0027 and the description is "Toggle between display ratios". So I picked KEY_MODE for this button. Signed-off-by: Kees Bakker <kees.bakker@xs4all.nl> 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 31601eef25dd..6408d3b76886 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -472,6 +472,9 @@
472 472
473#define USB_VENDOR_ID_THRUSTMASTER 0x044f 473#define USB_VENDOR_ID_THRUSTMASTER 0x044f
474 474
475#define USB_VENDOR_ID_TOPSEED2 0x1784
476#define USB_DEVICE_ID_TOPSEED2_RF_COMBO 0x0004
477
475#define USB_VENDOR_ID_TOUCHPACK 0x1bfd 478#define USB_VENDOR_ID_TOUCHPACK 0x1bfd
476#define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688 479#define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688
477 480