]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:08:24 +0000 (11:08 +0100)
commit1f80041c58670dfcb71e9a80aff8bf0b80b0ffb6
tree16a816b3601817510b33fb02bae0ad0b05271cf5
parentd3b196a1da3e13737b3b8de9ff8d1b16295ebfac
HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirk

[ Upstream commit d83956c8855c6c2ed4bd16cec4a5083d63df17e4 ]

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>
Stable-dep-of: 11ca0322a419 ("HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-logitech-hidpp.c