mirror of https://github.com/jetkvm/kvm.git
Merge 87ae529f6c
into 1674a6666c
This commit is contained in:
commit
bd99a14dbd
|
@ -17,6 +17,7 @@ var keyboardConfig = gadgetConfigItem{
|
||||||
"protocol": "1",
|
"protocol": "1",
|
||||||
"subclass": "1",
|
"subclass": "1",
|
||||||
"report_length": "8",
|
"report_length": "8",
|
||||||
|
"no_out_endpoint": "0",
|
||||||
},
|
},
|
||||||
reportDesc: keyboardReportDesc,
|
reportDesc: keyboardReportDesc,
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ var relativeMouseConfig = gadgetConfigItem{
|
||||||
"protocol": "2",
|
"protocol": "2",
|
||||||
"subclass": "1",
|
"subclass": "1",
|
||||||
"report_length": "4",
|
"report_length": "4",
|
||||||
|
"no_out_endpoint": "1",
|
||||||
},
|
},
|
||||||
reportDesc: relativeMouseCombinedReportDesc,
|
reportDesc: relativeMouseCombinedReportDesc,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue