]> git.itanic.dy.fi Git - linux-stable/commit
HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
authorHans de Goede <hdegoede@redhat.com>
Sat, 2 Dec 2023 22:46:13 +0000 (23:46 +0100)
committerJiri Kosina <jkosina@suse.com>
Wed, 6 Dec 2023 10:48:40 +0000 (11:48 +0100)
commitbd008acdac45011f2246ec2518ef19c2da9e6008
treea5b1c02d6bce945a35d2db5a154f070f50fd7ea8
parent7bcf9ebb50f2afc84b33b06edfd20d47218af758
HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk

Re-trying the power-on command on failure on all devices should
not be a problem, drop the I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
and simply retry power-on on all devices.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/i2c-hid/i2c-hid-core.c