Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c56 #define HIDPP_QUIRK_CLASS_M560 BIT(1) macro
2542 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560 && in hidpp_input_mapping()
2573 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) in hidpp_populate_input()
2687 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) in hidpp_raw_event()
2851 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) { in hidpp_connect_event()
2964 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) { in hidpp_probe()
3106 .driver_data = HIDPP_QUIRK_DELAYED_INIT | HIDPP_QUIRK_CLASS_M560 },