Skip to content

Commit 25666e8

Browse files
zampierilucasJiri Kosina
authored andcommitted
HID: logitech-dj: add new lightspeed receiver id
As of logitech lightspeed receiver fw version 04.02.B0009, HIDPP_PARAM_DEVICE_INFO is being reported as 0x11. With patch "HID: logitech-dj: add support for the new lightspeed receiver iteration", the mouse starts to error out with: logitech-djreceiver: unusable device of type UNKNOWN (0x011) connected on slot 1 and becomes unusable. This has been noticed on a Logitech G Pro X Superlight fw MPM 25.01.B0018. Signed-off-by: Lucas Zampieri <[email protected]> Acked-by: Nestor Lopez Casado <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 7f016b3 commit 25666e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-logitech-dj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ static void logi_hidpp_recv_queue_notif(struct hid_device *hdev,
10681068
workitem.reports_supported |= STD_KEYBOARD;
10691069
break;
10701070
case 0x0f:
1071+
case 0x11:
10711072
device_type = "eQUAD Lightspeed 1.2";
10721073
logi_hidpp_dev_conn_notif_equad(hdev, hidpp_report, &workitem);
10731074
workitem.reports_supported |= STD_KEYBOARD;

0 commit comments

Comments
 (0)