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/Kconfig | |
parent | f043bfc98c193c284e2cd768fefabe18ac2fed9b (diff) |
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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 0a3117cc29e7..374301fcbc86 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -281,6 +281,7 @@ config HID_ELECOM Support for ELECOM devices: - BM084 Bluetooth Mouse - DEFT Trackball (Wired and wireless) + - HUGE Trackball (Wired and wireless) config HID_ELO tristate "ELO USB 4000/4500 touchscreen" |