Searched refs:HID_QUIRK_INVERT (Results 1 – 2 of 2) sorted by relevance
1347 *quirks = value ? (*quirks | HID_QUIRK_INVERT) : (*quirks & ~HID_QUIRK_INVERT); in hidinput_hid_event()1353 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event()
340 #define HID_QUIRK_INVERT BIT(0) macro
Completed in 11 milliseconds