Home
last modified time | relevance | path

Searched refs:HIDPP_QUIRK_DELAYED_INIT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/hid/
Dhid-logitech-hidpp.c71 #define HIDPP_QUIRK_DELAYED_INIT BIT(23) macro
4284 if (!(hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) || hidpp->delayed_input) in hidpp_connect_event()
4472 if (hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) in hidpp_probe()
4544 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT |
4548 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },
4552 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },
4557 .driver_data = HIDPP_QUIRK_DELAYED_INIT | HIDPP_QUIRK_CLASS_M560 },