diff options
author | Olivier Scherler <oscherler@ithink.ch> | 2013-07-27 21:20:02 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-29 13:49:29 +0400 |
commit | cb2c9e3f92480a292670e2cc261723ce4de8059e (patch) | |
tree | 4d10b5d17b78f124b9eeba66c3fcd1e4cc8722c9 /drivers/hid/hid-ids.h | |
parent | dfc450b55d6b9215da27c5dc2c5f3ca1865575a6 (diff) | |
download | linux-cb2c9e3f92480a292670e2cc261723ce4de8059e.tar.xz |
HID: Add new driver for non-compliant Xin-Mo devices.
The driver currently only supports the Dual Arcade controller.
It fixes the negative axis event values (the devices sends -2) to match the
logical axis minimum of the HID report descriptor (the report announces -1).
It is needed because hid-input discards out of bounds values.
Signed-off-by: Olivier Scherler <oscherler@ithink.ch>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 02885319c10a..83622f89fa4b 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -885,6 +885,9 @@ #define USB_VENDOR_ID_XAT 0x2505 #define USB_DEVICE_ID_XAT_CSR 0x0220 +#define USB_VENDOR_ID_XIN_MO 0x16c0 +#define USB_DEVICE_ID_XIN_MO_DUAL_ARCADE 0x05e1 + #define USB_VENDOR_ID_XIROKU 0x1477 #define USB_DEVICE_ID_XIROKU_SPX 0x1006 #define USB_DEVICE_ID_XIROKU_MPX 0x1007 |