diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2021-07-20 22:27:08 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-07-28 11:51:07 +0200 |
commit | bebf8820b355e6ac00487f3f36440d502eb4a44c (patch) | |
tree | 5f4da48bd7a39e05a7c6222057be98293387e46e /drivers/hid/Kconfig | |
parent | df04fbe8680bfe07f3d7487eccff9f768bb02533 (diff) | |
download | lwn-bebf8820b355e6ac00487f3f36440d502eb4a44c.tar.gz lwn-bebf8820b355e6ac00487f3f36440d502eb4a44c.zip |
HID: cmedia: add support for HS-100B mute button
These chips report mute button events in bit 4 of their report without it
being part of the report descriptor.
Use a custom descriptor that maps this bit.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 160554903ef9..6f72ecd79db0 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -259,10 +259,11 @@ config HID_PRODIKEYS and some additional multimedia keys. config HID_CMEDIA - tristate "CMedia CM6533 HID audio jack controls" + tristate "CMedia audio chips" depends on HID help - Support for CMedia CM6533 HID audio jack controls. + Support for CMedia CM6533 HID audio jack controls + and HS100B mute buttons. config HID_CP2112 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" |