Skip to content

sony: fix gyro calibration data

Benjamin Tissoires requested to merge bentiss/hid-tools:wip/fix-gyro-6.3 into master

Commit 6f7dbbd5a9d7 ("HID: playstation: correct DualSense gyro bias handling.") and commit 12b18bc2b431 ("HID: playstation: correct DualShock4 gyro bias handling.") are changing the calibration data, effectively making the bias parameter a null value.

This is happening in v6.3

We introduce this change twice:

  • in hidtools, so that emulated device get the new values
  • in tests_kernel, so that we can tweak that value if we are not using the latest hid-tools

Cc: @roderick.colenbrander

Merge request reports