Skip to content

Commit af4fe07

Browse files
hadessJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add support for Logitech K980
Add support for the solar-charging Logitech K980 keyboard, over Bluetooth. Bolt traffic doesn't get routed through logitech-dj, so this code isn't triggered when Bolt is used. Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 4c6a83f commit af4fe07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,6 +4666,8 @@ static const struct hid_device_id hidpp_devices[] = {
46664666
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb037) },
46674667
{ /* MX Anywhere 3SB mouse over Bluetooth */
46684668
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
4669+
{ /* Slim Solar+ K980 Keyboard over Bluetooth */
4670+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb391) },
46694671
{}
46704672
};
46714673

0 commit comments

Comments
 (0)