diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-04-16 15:13:22 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-05-05 14:39:24 +0200 |
commit | cbe5b6b6a77ad262d9f9a56962c9b1ac2f91c0f5 (patch) | |
tree | fae9d3fe82526d15c67e877637f4b11f3ebfa038 /drivers/hid/hid-ids.h | |
parent | HID: lg-g15: Make the LED-name used by lg_g15_register_led() a parameter (diff) | |
download | linux-cbe5b6b6a77ad262d9f9a56962c9b1ac2f91c0f5.tar.xz linux-cbe5b6b6a77ad262d9f9a56962c9b1ac2f91c0f5.zip |
HID: lg-g15: Add support for the Logitech Z-10 speakers
Add support to hid-lg-g15 for the Logitech Z-10 speakers. This adds
support for the LCD menu keys found on these speakers, as well as
support for controlling the LCD's brightness through a LED classdev.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 84b8da3e7d09..b0b0a55de26d 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -763,6 +763,7 @@ #define I2C_DEVICE_ID_LG_7010 0x7010 #define USB_VENDOR_ID_LOGITECH 0x046d +#define USB_DEVICE_ID_LOGITECH_Z_10_SPK 0x0a07 #define USB_DEVICE_ID_LOGITECH_AUDIOHUB 0x0a0e #define USB_DEVICE_ID_LOGITECH_T651 0xb00c #define USB_DEVICE_ID_LOGITECH_DINOVO_EDGE_KBD 0xb309 |