diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-04-06 10:12:32 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-06 10:12:32 -0400 |
commit | da60325d83867849543b48a317bf2f8d4faebfb4 (patch) | |
tree | 2035763bcced198b81fcf3c109ed1d27d9fa30b1 /drivers/hid/hid-ids.h | |
parent | cc5e0f08ca2a66fc4c6984ccff74fd529e969fac (diff) |
HID: Add support for CH Pro Throttle
CH Pro Throttle needs NOGET the same way as other products from
the same vendor require.
Reported-by: Unavowed <unavowed@vexillium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 56e8e4ab65d0..609fa799b916 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -147,6 +147,7 @@ | |||
147 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01 | 147 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01 |
148 | 148 | ||
149 | #define USB_VENDOR_ID_CH 0x068e | 149 | #define USB_VENDOR_ID_CH 0x068e |
150 | #define USB_DEVICE_ID_CH_PRO_THROTTLE 0x00f1 | ||
150 | #define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 | 151 | #define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 |
151 | #define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 | 152 | #define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 |
152 | #define USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE 0x0051 | 153 | #define USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE 0x0051 |