Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteec231e

Browse files
jwrdegoedebentiss
authored andcommitted
HID: logitech-dj: Fix an error in mse_bluetooth_descriptor
Fix an error in the mouse / INPUT(2) descriptor used for quad/bt2.0 comboreceivers. Replace INPUT with INPUT (Data,Var,Abs) for the field for the4 extra buttons which share their report-byte with the low-res hwheel.This is likely a copy and paste error. I've verified that the new0x81, 0x02 value matches both the mouse descriptor for the currentlysupported MX5000 / MX5500 receivers, as well as the INPUT(2) mousedescriptors for the Dinovo receivers for which support is beingworked on.Cc: stable@vger.kernel.orgFixes:f2113c3 ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")Signed-off-by: Hans de Goede <hdegoede@redhat.com>Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent7940fb0 commiteec231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎drivers/hid/hid-logitech-dj.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static const char mse_bluetooth_descriptor[] = {
328328
0x25,0x01,/* LOGICAL_MAX (1) */
329329
0x75,0x01,/* REPORT_SIZE (1) */
330330
0x95,0x04,/* REPORT_COUNT (4) */
331-
0x81,0x06,/* INPUT */
331+
0x81,0x02,/* INPUT(Data,Var,Abs) */
332332
0xC0,/* END_COLLECTION */
333333
0xC0,/* END_COLLECTION */
334334
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp