diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2017-04-26 17:37:04 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-05-11 10:49:14 +0200 |
commit | 0bb7a37f8d15e5fb5d21776875f9fbc74e10753a (patch) | |
tree | 68f9e3d71650c0f4c48d039c83e3baa4e278deed /drivers/hid/Kconfig | |
parent | f4b65b9563216b3e01a5cc844c3ba68901d9b195 (diff) | |
download | linux-0bb7a37f8d15e5fb5d21776875f9fbc74e10753a.tar.gz linux-0bb7a37f8d15e5fb5d21776875f9fbc74e10753a.tar.xz |
HID: elecom: extend to fix the descriptor for DEFT trackballs
The ELECOM DEFT trackballs report only five buttons, when the device
actually has 8. Change the descriptor so that the HID driver can see all of
them.
For completeness and future reference, I included a side-by-side diff of
the part of the descriptor that is being edited.
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index fe40e5e499dd..687705c50794 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -275,10 +275,12 @@ config HID_EMS_FF - Trio Linker Plus II config HID_ELECOM - tristate "ELECOM BM084 bluetooth mouse" + tristate "ELECOM HID devices" depends on HID ---help--- - Support for the ELECOM BM084 (bluetooth mouse). + Support for ELECOM devices: + - BM084 Bluetooth Mouse + - DEFT Trackball (Wired and wireless) config HID_ELO tristate "ELO USB 4000/4500 touchscreen" |