diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-11-13 09:45:53 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-13 09:45:53 (GMT) |
commit | 24985cf68612a5617d396b0b188cec807641cde1 (patch) | |
tree | ac0fcd5288312e8ecdad289258c07ae8ea8dca1c /drivers/hid/hid-ids.h | |
parent | 5b915d9e6dc3d22fedde91dfef1cb1a8fa9a1870 (diff) | |
download | linux-fsl-qoriq-24985cf68612a5617d396b0b188cec807641cde1.tar.xz |
HID: support Logitech/3DConnexion SpaceTraveler and SpaceNavigator
These devices wrongly report their axes as relative instead of absolute.
Fix this in up report descriptor of the device before it enters the parser.
Reported-by: simon.windows@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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 1d99c81..2fd2aae 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -305,6 +305,8 @@ #define USB_DEVICE_ID_S510_RECEIVER_2 0xc517 #define USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500 0xc512 #define USB_DEVICE_ID_MX3000_RECEIVER 0xc513 +#define USB_DEVICE_ID_SPACETRAVELLER 0xc623 +#define USB_DEVICE_ID_SPACENAVIGATOR 0xc626 #define USB_DEVICE_ID_DINOVO_DESKTOP 0xc704 #define USB_DEVICE_ID_DINOVO_EDGE 0xc714 #define USB_DEVICE_ID_DINOVO_MINI 0xc71f |