Am Donnerstag, den 22.08.2019, 17:17 +0800 schrieb Kai-Heng Feng:
The optical sensor of the mouse gets turned off when it's runtime
suspended, so moving the mouse can't wake the mouse up, despite that
USB remote wakeup is successfully set.
Introduce a new quirk to prevent the mouse from getting runtime
suspended.
Hi,
I am afraid this is a bad approach in principle. The device
behaves according to spec.
And it behaves like most hardware.
If you do not want runtime PM for such devices, do not switch
it on.
The refcounting needs to be done correctly.
This patch does something that udev should do and in a
questionable manner.
Regards
Oliver