We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffe66a commit 85bef1eCopy full SHA for 85bef1e
usb.go
@@ -132,7 +132,7 @@ func writeGadgetConfig() error {
132
}
133
err = writeGadgetAttrs(hid0Path, [][]string{
134
{"protocol", "1"},
135
- {"subclass", "0"},
+ {"subclass", "1"},
136
{"report_length", "8"},
137
})
138
if err != nil {
@@ -152,7 +152,7 @@ func writeGadgetConfig() error {
152
153
err = writeGadgetAttrs(hid1Path, [][]string{
154
{"protocol", "2"},
155
156
{"report_length", "6"},
157
158
0 commit comments