aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine
diff options
context:
space:
mode:
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/usb/descriptor/joystick.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/machine/usb/descriptor/joystick.go b/src/machine/usb/descriptor/joystick.go
index 0fe67a817..65756e0d6 100644
--- a/src/machine/usb/descriptor/joystick.go
+++ b/src/machine/usb/descriptor/joystick.go
@@ -101,6 +101,9 @@ var JoystickDefaultHIDReport = Append([][]byte{
HIDUsageDesktopPointer,
HIDLogicalMinimum(-32767),
HIDLogicalMaximum(32767),
+ HIDPhysicalMinimum(0),
+ HIDPhysicalMaximum(0),
+ HIDUnit(0),
HIDReportCount(6),
HIDReportSize(16),
HIDCollectionPhysical,