mirror of https://github.com/jetkvm/kvm.git
Update hid_keyboard.go
Added attribute to explicitly keep currently needed out endpoint and to make listed attributes consistent across the keyboard and mouse devices.
This commit is contained in:
parent
060337cdb1
commit
87ae529f6c
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue