stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 5.4 1/7] HID: logitech-dj: add new lightspeed receiver id
@ 2022-03-16 14:17 Sasha Levin
  2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 2/7] xfrm: fix tunnel model fragmentation behavior Sasha Levin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sasha Levin @ 2022-03-16 14:17 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Lucas Zampieri, Nestor Lopez Casado, Jiri Kosina, Sasha Levin,
	jikos, benjamin.tissoires, linux-input

From: Lucas Zampieri <lzampier@redhat.com>

[ Upstream commit 25666e8ccd952627899b09b68f7c9b68cfeaf028 ]

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 <lzampier@redhat.com>
Acked-by: Nestor Lopez Casado <nlopezcasad@logitech.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/hid/hid-logitech-dj.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index 4267e2f2e70f..a663cbb7b683 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -1000,6 +1000,7 @@ static void logi_hidpp_recv_queue_notif(struct hid_device *hdev,
 		workitem.reports_supported |= STD_KEYBOARD;
 		break;
 	case 0x0f:
+	case 0x11:
 		device_type = "eQUAD Lightspeed 1.2";
 		logi_hidpp_dev_conn_notif_equad(hdev, hidpp_report, &workitem);
 		workitem.reports_supported |= STD_KEYBOARD;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-16 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 14:17 [PATCH AUTOSEL 5.4 1/7] HID: logitech-dj: add new lightspeed receiver id Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 2/7] xfrm: fix tunnel model fragmentation behavior Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 3/7] virtio_console: break out of buf poll on remove Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 4/7] Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 5/7] ethernet: sun: Free the coherent when failing in probing Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 6/7] spi: Fix invalid sgs value Sasha Levin
2022-03-16 14:17 ` [PATCH AUTOSEL 5.4 7/7] net:mcf8390: Use platform_get_irq() to get the interrupt Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).