Update hid_mouse_relative.go

Added attribute to remove unnecessary and potentially confusing out endpoint descriptor.
This commit is contained in:
rmschooley 2025-05-26 22:47:00 -05:00 committed by GitHub
parent fd4b243e60
commit ecca001b32
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 relativeMouseConfig = gadgetConfigItem{
"protocol": "2",
"subclass": "1",
"report_length": "4",
"no_out_endpoint": "1",
},
reportDesc: relativeMouseCombinedReportDesc,
}