diff options
author | William Whistler <wtbw@wtbw.co.uk> | 2019-01-14 17:50:07 +0000 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2019-01-14 20:11:01 +0100 |
commit | af8cd70a99300a7c3451c76efe1afa8eca37cfce (patch) | |
tree | d23c2ba2ab420863f7153c2a0a413d2f184418b2 /drivers/hid/Kconfig | |
parent | cf26057a9441173ad552e90cea3344607075c9ad (diff) | |
download | linux-af8cd70a99300a7c3451c76efe1afa8eca37cfce.tar.gz linux-af8cd70a99300a7c3451c76efe1afa8eca37cfce.tar.bz2 linux-af8cd70a99300a7c3451c76efe1afa8eca37cfce.zip |
Support for Maltron L90 keyboard media keys
The USB report descriptor sent by the Maltron L90 keyboard is invalid,
causing the media key reports not to be accepted.
This patch adds a driver which uses a report fixup to replace the
descriptor.
Signed-off-by: William Whistler <wtbw@wtbw.co.uk>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 41e9935fc584..661fe610ee5b 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -590,6 +590,13 @@ config HID_MAGICMOUSE Say Y here if you want support for the multi-touch features of the Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. +config HID_MALTRON + tristate "Maltron L90 keyboard" + depends on HID + ---help--- + Adds support for the volume up, volume down, mute, and play/pause buttons + of the Maltron L90 keyboard. + config HID_MAYFLASH tristate "Mayflash game controller adapter force feedback" depends on HID |