Searched refs:BTN_RIGHT_BIT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/input/mouse/ | ||
H A D | cypress_ps2.h | 88 #define BTN_RIGHT_BIT 0x02 macro |
H A D | cypress_ps2.c | 441 report_data->right = (header_byte & BTN_RIGHT_BIT) ? 1 : 0; in cypress_parse_packet() |