mirror of https://github.com/jetkvm/kvm.git
Merge 87ae529f6c
into b822b73a03
This commit is contained in:
commit
04b2f96706
|
@ -17,6 +17,7 @@ var keyboardConfig = gadgetConfigItem{
|
|||
"protocol": "1",
|
||||
"subclass": "1",
|
||||
"report_length": "8",
|
||||
"no_out_endpoint": "0",
|
||||
},
|
||||
reportDesc: keyboardReportDesc,
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ var absoluteMouseConfig = gadgetConfigItem{
|
|||
"protocol": "2",
|
||||
"subclass": "1",
|
||||
"report_length": "6",
|
||||
"no_out_endpoint": "1",
|
||||
},
|
||||
reportDesc: absoluteMouseCombinedReportDesc,
|
||||
}
|
||||
|
|
|
@ -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