chore(hid): change absolute mouse usb interface descriptor's subclass field to zero

Changed absolute mouse usb interface descriptor's subclass field to zero.
This commit is contained in:
ronskvm 2025-06-19 02:11:21 -05:00 committed by GitHub
parent ffeaf8cced
commit cf9c6e5cc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var absoluteMouseConfig = gadgetConfigItem{
configPath: []string{"hid.usb1"}, configPath: []string{"hid.usb1"},
attrs: gadgetAttributes{ attrs: gadgetAttributes{
"protocol": "2", "protocol": "2",
"subclass": "1", "subclass": "0",
"report_length": "6", "report_length": "6",
}, },
reportDesc: absoluteMouseCombinedReportDesc, reportDesc: absoluteMouseCombinedReportDesc,