Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c54 #define HIDPP_QUIRK_NO_HIDINPUT BIT(23) macro
56 #define HIDPP_QUIRK_DELAYED_INIT (HIDPP_QUIRK_NO_HIDINPUT | \
1479 if (!(hidpp->quirks & HIDPP_QUIRK_NO_HIDINPUT)) in hidpp_connect_event()
1535 hidpp->quirks &= ~HIDPP_QUIRK_NO_HIDINPUT; in hidpp_probe()
1590 if (hidpp->quirks & HIDPP_QUIRK_NO_HIDINPUT) in hidpp_probe()