Skip to content

Commit 64ffa2e

Browse files
alainmicJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add support for newer Bluetooth keyboards
Add product IDs (PIDs) for several newer Logitech Bluetooth keyboards to the hidpp_devices matching table, enabling full HID++ support for them. The added keyboards are: - Logitech Signature K650 & B2B - Logitech Pebble Keys 2 K380S - Logitech Casa Pop-Up Desk & B2B - Logitech Wave Keys & B2B - Logitech Signature Slim K950 & B2B - Logitech MX Keys S & B2B - Logitech Keys-To-Go 2 - Logitech Pop Icon Keys - Logitech MX Keys Mini & B2B - Logitech Signature Slim Solar+ K980 B2B - Logitech Bluetooth Keyboard K250/K251 - Logitech Signature Comfort K880 & B2B Signed-off-by: Alain Michaud <alainmichaud@google.com> Reviewed-by: Olivier Gay <ogay@logitech.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 48d1677 commit 64ffa2e

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

drivers/hid/hid-logitech-hidpp.c

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,6 +4685,44 @@ static const struct hid_device_id hidpp_devices[] = {
46854685
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb391) },
46864686
{ /* MX Master 4 mouse over Bluetooth */
46874687
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb042) },
4688+
{ /* Logitech Signature K650 over Bluetooth */
4689+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb36f) },
4690+
{ /* Logitech Signature K650 B2B over Bluetooth */
4691+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb370) },
4692+
{ /* Logitech Pebble Keys 2 K380S over Bluetooth */
4693+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb377) },
4694+
{ /* Logitech Casa Pop-Up Desk over Bluetooth */
4695+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb371) },
4696+
{ /* Logitech Casa Pop-Up Desk B2B over Bluetooth */
4697+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb374) },
4698+
{ /* Logitech Wave Keys over Bluetooth */
4699+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb383) },
4700+
{ /* Logitech Wave Keys B2B over Bluetooth */
4701+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb384) },
4702+
{ /* Logitech Signature Slim K950 over Bluetooth */
4703+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb386) },
4704+
{ /* Logitech Signature Slim K950 B2B over Bluetooth */
4705+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb388) },
4706+
{ /* Logitech MX Keys S over Bluetooth */
4707+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb378) },
4708+
{ /* Logitech MX Keys S B2B over Bluetooth */
4709+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb380) },
4710+
{ /* Logitech Keys-To-Go 2 over Bluetooth */
4711+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb38c) },
4712+
{ /* Logitech Pop Icon Keys over Bluetooth */
4713+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb38f) },
4714+
{ /* Logitech MX Keys Mini over Bluetooth */
4715+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb369) },
4716+
{ /* Logitech MX Keys Mini B2B over Bluetooth */
4717+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb36e) },
4718+
{ /* Logitech Signature Slim Solar+ K980 B2B over Bluetooth */
4719+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb394) },
4720+
{ /* Logitech Bluetooth Keyboard K250/K251 over Bluetooth */
4721+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb397) },
4722+
{ /* Logitech Signature Comfort K880 over Bluetooth */
4723+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb39c) },
4724+
{ /* Logitech Signature Comfort K880 B2B over Bluetooth */
4725+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb39d) },
46884726
{}
46894727
};
46904728

0 commit comments

Comments
 (0)