Re: [PATCH v3 5/7] HID: hid-lenovo-go: normalize calibration failure status
From: Aditya
Date: Tue Sep 01 2026 - 14:26:53 EST
Hi Derek,
Just to clarify, this behaviour was seen when sending a left
calibration joystick stop command when no calibration was
being performed.
Sending a respective start command returns after 10 seconds
with the error codes you have provided.
Here are the exact requests and responses. Consider ellipsis
to mean that the rest of it is zeros:
Left joystick calibration start:
Request:
05 00 0c 04 03 01 ...
Response (after 10s, no movement):
04 00 a0 02 03 02 02 07 ...
Left joystick calibration stop (when no calibration is running):
Request:
05 00 0c 04 03 02 ...
Response (this is near immediate):
04 00 a0 02 03 02 08 00 ...
Thanks,
Aditya