On Wed, 20 Nov 2024 00:53:17 +0100, Kenny Levinsen wrote:
7d6f065de37c ("HID: i2c-hid: Use address probe to wake on resume") replaced the retry of power commands with the dummy read "bus probe" we use on boot which accounts for a necessary delay before retry.
This made at least one Weida device (2575:0910 in an ASUS Vivobook S14) very unhappy, as the bus probe despite being successful somehow lead to the following power command failing so hard that the device never lets go of the bus. This means that even retries of the power command would fail on a timeout as the bus remains busy.
[...]
Applied to hid/hid.git (for-6.13/upstream-fixes), thanks!
[1/1] HID: i2c-hid: Revert to using power commands to wake on resume https://git.kernel.org/hid/hid/c/34851431ceca
Cheers,