mirror of https://github.com/jetkvm/kvm.git
Update hid_mouse_absolute.go
Added attribute to remove unnecessary out endpoint.
This commit is contained in:
parent
8d77d75294
commit
ccd20f8ef2
|
@ -11,9 +11,10 @@ var absoluteMouseConfig = gadgetConfigItem{
|
||||||
path: []string{"functions", "hid.usb1"},
|
path: []string{"functions", "hid.usb1"},
|
||||||
configPath: []string{"hid.usb1"},
|
configPath: []string{"hid.usb1"},
|
||||||
attrs: gadgetAttributes{
|
attrs: gadgetAttributes{
|
||||||
"protocol": "2",
|
"protocol": "2",
|
||||||
"subclass": "1",
|
"subclass": "1",
|
||||||
"report_length": "6",
|
"report_length": "6",
|
||||||
|
"no_out_endpoint": "1",
|
||||||
},
|
},
|
||||||
reportDesc: absoluteMouseCombinedReportDesc,
|
reportDesc: absoluteMouseCombinedReportDesc,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue