Skip to content

Commit cf9c6e5

Browse files
authored
chore(hid): change absolute mouse usb interface descriptor's subclass field to zero
Changed absolute mouse usb interface descriptor's subclass field to zero.
1 parent ffeaf8c commit cf9c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/usbgadget/hid_mouse_absolute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var absoluteMouseConfig = gadgetConfigItem{
1212
configPath: []string{"hid.usb1"},
1313
attrs: gadgetAttributes{
1414
"protocol": "2",
15-
"subclass": "1",
15+
"subclass": "0",
1616
"report_length": "6",
1717
},
1818
reportDesc: absoluteMouseCombinedReportDesc,

0 commit comments

Comments
 (0)