mirror of https://github.com/jetkvm/kvm.git
Update hid_mouse_absolute.go
Added attribute to remove unnecessary and potentially confusing out endpoint descriptor.
This commit is contained in:
parent
b7411958af
commit
fd4b243e60
|
@ -14,6 +14,7 @@ var absoluteMouseConfig = gadgetConfigItem{
|
||||||
"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