diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-03-01 20:22:24 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-06 17:15:47 +0300 |
commit | fbb77e88f08ce04daa9b1ff2381be7ebc9f24b6f (patch) | |
tree | bd5f0b061aad2aa63807b9fe2a69b53cfd122527 /drivers/hid/hid-ids.h | |
parent | 79837eded640501206a60fb68e76ad2d027457ec (diff) | |
download | linux-fbb77e88f08ce04daa9b1ff2381be7ebc9f24b6f.tar.xz |
HID: elecom: add support for EX-G M-XT4DRBK trackball
This patch enables the 6th button on the ELECOM EX-G M-XT4DRBK
trackball mouse.
This is a left handed EX-G variant which only comes in a wireless (D)
model. It has a total of 6 buttons but one of these is not available
because of how the HID descriptor is configured.
Signed-off-by: Tomasz Kramkowski <tk@the-tk.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 830c022c3624..c8902f2f0e23 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -373,6 +373,7 @@ #define USB_DEVICE_ID_ELECOM_BM084 0x0061 #define USB_DEVICE_ID_ELECOM_M_XT3URBK 0x00fb #define USB_DEVICE_ID_ELECOM_M_XT3DRBK 0x00fc +#define USB_DEVICE_ID_ELECOM_M_XT4DRBK 0x00fd #define USB_DEVICE_ID_ELECOM_M_DT1URBK 0x00fe #define USB_DEVICE_ID_ELECOM_M_DT1DRBK 0x00ff #define USB_DEVICE_ID_ELECOM_M_HT1URBK 0x010c |