mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
machine/usb/descriptor: Reset joystick physical
This commit is contained in:
@@ -101,6 +101,9 @@ var JoystickDefaultHIDReport = Append([][]byte{
|
|||||||
HIDUsageDesktopPointer,
|
HIDUsageDesktopPointer,
|
||||||
HIDLogicalMinimum(-32767),
|
HIDLogicalMinimum(-32767),
|
||||||
HIDLogicalMaximum(32767),
|
HIDLogicalMaximum(32767),
|
||||||
|
HIDPhysicalMinimum(0),
|
||||||
|
HIDPhysicalMaximum(0),
|
||||||
|
HIDUnit(0),
|
||||||
HIDReportCount(6),
|
HIDReportCount(6),
|
||||||
HIDReportSize(16),
|
HIDReportSize(16),
|
||||||
HIDCollectionPhysical,
|
HIDCollectionPhysical,
|
||||||
|
|||||||
Reference in New Issue
Block a user