diff options
author | Alex Manoussakis <amanou@gnu.org> | 2017-10-05 13:41:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-11 15:46:22 +0200 |
commit | a0933a456ff83a3b5ffa3a1903e0b8de4a56adf5 (patch) | |
tree | 3c209be3f0ba9a6962191b1d7c8aa509f3c03b13 /drivers/hid/hid-ids.h | |
parent | f043bfc98c193c284e2cd768fefabe18ac2fed9b (diff) | |
download | op-kernel-dev-a0933a456ff83a3b5ffa3a1903e0b8de4a56adf5.zip op-kernel-dev-a0933a456ff83a3b5ffa3a1903e0b8de4a56adf5.tar.gz |
HID: hid-elecom: extend to fix descriptor for HUGE trackball
In addition to DEFT, Elecom introduced a larger trackball called HUGE, in
both wired (M-HT1URBK) and wireless (M-HT1DRBK) versions. It has the same
buttons and behavior as the DEFT. This patch adds the two relevant USB IDs
to enable operation of the three Fn buttons on the top of the device.
Cc: Diego Elio Petteno <flameeyes@flameeyes.eu>
Signed-off-by: Alex Manoussakis <amanou@gnu.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index a989191..be2e005 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -368,6 +368,8 @@ #define USB_DEVICE_ID_ELECOM_BM084 0x0061 #define USB_DEVICE_ID_ELECOM_DEFT_WIRED 0x00fe #define USB_DEVICE_ID_ELECOM_DEFT_WIRELESS 0x00ff +#define USB_DEVICE_ID_ELECOM_HUGE_WIRED 0x010c +#define USB_DEVICE_ID_ELECOM_HUGE_WIRELESS 0x010d #define USB_VENDOR_ID_DREAM_CHEEKY 0x1d34 #define USB_DEVICE_ID_DREAM_CHEEKY_WN 0x0004 |