Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcypress_ps2.h87 #define BTN_LEFT_BIT 0x01 macro
H A Dcypress_ps2.c440 report_data->left = (header_byte & BTN_LEFT_BIT) ? 1 : 0; in cypress_parse_packet()