]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
HID: logitech-hidpp: Add support for Logitech K980
authorBastien Nocera <hadess@hadess.net>
Sun, 25 Jan 2026 12:12:02 +0000 (13:12 +0100)
committerJiri Kosina <jkosina@suse.com>
Mon, 2 Feb 2026 12:47:56 +0000 (13:47 +0100)
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>
drivers/hid/hid-logitech-hidpp.c

index d0a38eff9cfa866d49cafd1045882ab4164a09c9..02d83c3bd73d46c099be945488fd90954b351129 100644 (file)
@@ -4666,6 +4666,8 @@ static const struct hid_device_id hidpp_devices[] = {
          HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb037) },
        { /* MX Anywhere 3SB mouse over Bluetooth */
          HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
+       { /* Slim Solar+ K980 Keyboard over Bluetooth */
+         HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb391) },
        {}
 };