diff options
author | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2020-11-22 05:54:38 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-11-25 14:27:45 +0100 |
commit | 55633e681afb57c9a8ff8a3b22083d44cbaee9e8 (patch) | |
tree | 18094021197ebb3314e3f8193f0cea7c5c10633e /drivers/hid/hid-ids.h | |
parent | 68d09380a62784ee5abd67462d2c04d094f3a4d2 (diff) | |
download | linux-55633e681afb57c9a8ff8a3b22083d44cbaee9e8.tar.bz2 |
HID: elecom: add support for EX-G M-XGL20DLBK wireless mouse
Enables three buttons (Fn1, Fn2, and Fn3) on the ELECOM M-XGL20DLBK
wireless mouse.
While this mouse is EX-G brand, report descriptor is a bit different
from EX-G trackball mouse. To enable extra buttons, report should be
rewritten in a similar way to trackballs, but with different position
parameters.
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
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 f170feaac40b..7fcbd3c02458 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -390,6 +390,7 @@ #define USB_VENDOR_ID_ELECOM 0x056e #define USB_DEVICE_ID_ELECOM_BM084 0x0061 +#define USB_DEVICE_ID_ELECOM_M_XGL20DLBK 0x00e6 #define USB_DEVICE_ID_ELECOM_M_XT3URBK 0x00fb #define USB_DEVICE_ID_ELECOM_M_XT3DRBK 0x00fc #define USB_DEVICE_ID_ELECOM_M_XT4DRBK 0x00fd |