mirror of https://github.com/jetkvm/kvm.git
Update hid_mouse_relative.go
Added attribute to remove unnecessary out endpoint.
This commit is contained in:
parent
ccd20f8ef2
commit
060337cdb1
|
@ -14,6 +14,7 @@ var relativeMouseConfig = gadgetConfigItem{
|
|||
"protocol": "2",
|
||||
"subclass": "1",
|
||||
"report_length": "4",
|
||||
"no_out_endpoint": "1",
|
||||
},
|
||||
reportDesc: relativeMouseCombinedReportDesc,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue