Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-asus.c60 #define BTN_LEFT_MASK 0x01 macro
274 input_report_key(drvdat->input, BTN_LEFT, data[1] & BTN_LEFT_MASK); in asus_report_input()