Update hid_mouse_absolute.go

Added attribute to remove unnecessary out endpoint.
This commit is contained in:
rmschooley 2025-05-30 19:28:51 -05:00 committed by GitHub
parent 8d77d75294
commit ccd20f8ef2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

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