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