aboutsummaryrefslogtreecommitdiffstats
path: root/queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch')
-rw-r--r--queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch b/queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch
new file mode 100644
index 0000000000..39c467927e
--- /dev/null
+++ b/queue-6.6/hid-logitech-dj-allow-mice-to-use-all-types-of-repor.patch
@@ -0,0 +1,39 @@
+From f95c2a75027c05aa70ad3835045eef023992928b Mon Sep 17 00:00:00 2001
+From: Sasha Levin <sashal@kernel.org>
+Date: Wed, 3 Apr 2024 19:54:24 +0300
+Subject: HID: logitech-dj: allow mice to use all types of reports
+
+From: Yaraslau Furman <yaro330@gmail.com>
+
+[ Upstream commit 21f28a7eb78dea6c59be6b0a5e0b47bf3d25fcbb ]
+
+You can bind whatever action you want to the mouse's reprogrammable
+buttons using Windows application. Allow Linux to receive multimedia keycodes.
+
+Fixes: 3ed224e273ac ("HID: logitech-dj: Fix 064d:c52f receiver support")
+Signed-off-by: Yaraslau Furman <yaro330@gmail.com>
+Reviewed-by: Hans de Goede <hdegoede@redhat.com>
+Signed-off-by: Jiri Kosina <jkosina@suse.com>
+Signed-off-by: Sasha Levin <sashal@kernel.org>
+---
+ drivers/hid/hid-logitech-dj.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
+index e6a8b6d8eab70..3c3c497b6b911 100644
+--- a/drivers/hid/hid-logitech-dj.c
++++ b/drivers/hid/hid-logitech-dj.c
+@@ -965,9 +965,7 @@ static void logi_hidpp_dev_conn_notif_equad(struct hid_device *hdev,
+ }
+ break;
+ case REPORT_TYPE_MOUSE:
+- workitem->reports_supported |= STD_MOUSE | HIDPP;
+- if (djrcv_dev->type == recvr_type_mouse_only)
+- workitem->reports_supported |= MULTIMEDIA;
++ workitem->reports_supported |= STD_MOUSE | HIDPP | MULTIMEDIA;
+ break;
+ }
+ }
+--
+2.43.0
+