mirror of https://github.com/jetkvm/kvm.git
Compare commits
1 Commits
572a5ec736
...
eaf1eb591b
Author | SHA1 | Date |
---|---|---|
|
eaf1eb591b |
4
usb.go
4
usb.go
|
@ -171,7 +171,7 @@ func writeGadgetConfig() error {
|
|||
}
|
||||
err = writeGadgetAttrs(hid0Path, [][]string{
|
||||
{"protocol", "1"},
|
||||
{"subclass", "1"},
|
||||
{"subclass", "0"},
|
||||
{"report_length", "8"},
|
||||
})
|
||||
if err != nil {
|
||||
|
@ -191,7 +191,7 @@ func writeGadgetConfig() error {
|
|||
}
|
||||
err = writeGadgetAttrs(hid1Path, [][]string{
|
||||
{"protocol", "2"},
|
||||
{"subclass", "1"},
|
||||
{"subclass", "0"},
|
||||
{"report_length", "6"},
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue