[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240403165425.114844-1-Yaroslav.Furman@softeq.com>
Date: Wed, 3 Apr 2024 19:54:24 +0300
From: Yaroslav Furman <yaro330@...il.com>
To: Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>
Cc: Lucas Zampieri <lzampier@...hat.com>,
Hans de Goede <hdegoede@...hat.com>,
Yaraslau Furman <yaro330@...il.com>,
Filipe LaĆns <lains@...eup.net>,
linux-input@...r.kernel.org (open list:HID LOGITECH DRIVERS),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH v3] HID: logitech-dj: allow mice to use all types of reports
From: Yaraslau Furman <yaro330@...il.com>
You can bind whatever action you want to the mouse's reprogrammable
buttons using Windows application. Allow Linux to receive multimedia keycodes.
Signed-off-by: Yaraslau Furman <yaro330@...il.com>
---
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 e6a8b6d8eab7..3c3c497b6b91 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.44.0
Powered by blists - more mailing lists