HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirk
authorBastien Nocera <hadess@hadess.net>
Wed, 25 Jan 2023 12:17:23 +0000 (13:17 +0100)
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>
Fri, 10 Feb 2023 13:29:50 +0000 (14:29 +0100)
commitd83956c8855c6c2ed4bd16cec4a5083d63df17e4
treeaa63fed039b5b1866e24ce4d392d929dff3aa349
parent498ba20690357691103de0f766960355247c78be
HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirk

HIDPP_QUIRK_NO_HIDINPUT isn't used by any devices but still happens to
work as HIDPP_QUIRK_DELAYED_INIT is defined to the same value. Remove
HIDPP_QUIRK_NO_HIDINPUT and use HIDPP_QUIRK_DELAYED_INIT everywhere
instead.

Tested on a T650 which requires that quirk, and a number of unifying and
Bluetooth devices that don't.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Link: https://lore.kernel.org/r/20230125121723.3122-2-hadess@hadess.net
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
drivers/hid/hid-logitech-hidpp.c