This commit is contained in:
rmschooley 2025-06-12 07:18:19 -05:00 committed by GitHub
commit 04b2f96706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 9 deletions

View File

@ -17,6 +17,7 @@ var keyboardConfig = gadgetConfigItem{
"protocol": "1",
"subclass": "1",
"report_length": "8",
"no_out_endpoint": "0",
},
reportDesc: keyboardReportDesc,
}

View File

@ -14,6 +14,7 @@ var absoluteMouseConfig = gadgetConfigItem{
"protocol": "2",
"subclass": "1",
"report_length": "6",
"no_out_endpoint": "1",
},
reportDesc: absoluteMouseCombinedReportDesc,
}

View File

@ -14,6 +14,7 @@ var relativeMouseConfig = gadgetConfigItem{
"protocol": "2",
"subclass": "1",
"report_length": "4",
"no_out_endpoint": "1",
},
reportDesc: relativeMouseCombinedReportDesc,
}