Skip to content

Commit 48aea8b

Browse files
stuarthayhurstJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyboard
Adds the USB and Bluetooth IDs for the Logitech G915 TKL keyboard, for device detection For this device, this provides battery reporting on top of hid-generic Reviewed-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent f555472 commit 48aea8b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/hid/hid-logitech-hidpp.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4608,6 +4608,8 @@ static const struct hid_device_id hidpp_devices[] = {
46084608
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC086) },
46094609
{ /* Logitech G903 Hero Gaming Mouse over USB */
46104610
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC091) },
4611+
{ /* Logitech G915 TKL Keyboard over USB */
4612+
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC343) },
46114613
{ /* Logitech G920 Wheel over USB */
46124614
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_G920_WHEEL),
46134615
.driver_data = HIDPP_QUIRK_CLASS_G920 | HIDPP_QUIRK_FORCE_OUTPUT_REPORTS},
@@ -4630,6 +4632,8 @@ static const struct hid_device_id hidpp_devices[] = {
46304632
{ /* MX5500 keyboard over Bluetooth */
46314633
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb30b),
46324634
.driver_data = HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
4635+
{ /* Logitech G915 TKL keyboard over Bluetooth */
4636+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb35f) },
46334637
{ /* M-RCQ142 V470 Cordless Laser Mouse over Bluetooth */
46344638
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb008) },
46354639
{ /* MX Master mouse over Bluetooth */

0 commit comments

Comments
 (0)