]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: quirks: Set ALWAYS_POLL for LOGITECH_BOLT_RECEIVER
authorNícolas F. R. A. Prado <nfraprado@collabora.com>
Tue, 7 Apr 2026 20:59:28 +0000 (16:59 -0400)
committerJiri Kosina <jkosina@suse.com>
Thu, 9 Apr 2026 15:45:29 +0000 (17:45 +0200)
commitd4229fc0cb50c52b385538d072c5fc8827b287a9
tree46c299ad87b1b2b38e50dc6bd8339dbe12bb62ec
parent1badfc4319224820d5d890f8eab6aa52e4e83339
HID: quirks: Set ALWAYS_POLL for LOGITECH_BOLT_RECEIVER

The Logitech Bolt receiver once connected to a wireless device will
generate data on interface 2. If this data isn't polled, when the USB
port it is connected to gets suspended (and if that happens within 5
minutes of the last input from the wireless device), it will trigger a
remote wakeup 3 seconds later, which will result in a spurious system
wakeup if the port was suspended as part of system sleep.

Set the ALWAYS_POLL quirk for this device to ensure interface 2 is
always polled and this spurious wakeup never happens.

With this change in place the system can be suspended with the receiver
plugged in and the system can be woken up when an input is sent from the
wireless device.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-quirks.c