diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2021-07-20 23:27:08 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-07-28 12:51:07 +0300 |
commit | bebf8820b355e6ac00487f3f36440d502eb4a44c (patch) | |
tree | 5f4da48bd7a39e05a7c6222057be98293387e46e /drivers/hid/hid-ids.h | |
parent | df04fbe8680bfe07f3d7487eccff9f768bb02533 (diff) | |
download | linux-bebf8820b355e6ac00487f3f36440d502eb4a44c.tar.xz |
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/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 8f1893e68112..6864e4e6ac8b 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -292,6 +292,7 @@ #define USB_VENDOR_ID_CMEDIA 0x0d8c #define USB_DEVICE_ID_CM109 0x000e +#define USB_DEVICE_ID_CMEDIA_HS100B 0x0014 #define USB_DEVICE_ID_CM6533 0x0022 #define USB_VENDOR_ID_CODEMERCS 0x07c0 |