mirror of https://github.com/jetkvm/kvm.git
Update hid_mouse_absolute.go
Changed absolute mouse usb interface descriptor's subclass field to zero.
This commit is contained in:
parent
1674a6666c
commit
5078b5c763
|
@ -12,7 +12,7 @@ var absoluteMouseConfig = gadgetConfigItem{
|
||||||
configPath: []string{"hid.usb1"},
|
configPath: []string{"hid.usb1"},
|
||||||
attrs: gadgetAttributes{
|
attrs: gadgetAttributes{
|
||||||
"protocol": "2",
|
"protocol": "2",
|
||||||
"subclass": "1",
|
"subclass": "0",
|
||||||
"report_length": "6",
|
"report_length": "6",
|
||||||
},
|
},
|
||||||
reportDesc: absoluteMouseCombinedReportDesc,
|
reportDesc: absoluteMouseCombinedReportDesc,
|
||||||
|
|
Loading…
Reference in New Issue