Searched refs:PS2PP_SIDE_BTN (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/input/mouse/ |
D | logips2pp.c | 26 #define PS2PP_SIDE_BTN BIT(2) macro 211 { 12, 0, PS2PP_SIDE_BTN}, in get_model_info() 214 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info() 216 { 40, 0, PS2PP_SIDE_BTN }, in get_model_info() 217 { 41, 0, PS2PP_SIDE_BTN }, in get_model_info() 218 { 42, 0, PS2PP_SIDE_BTN }, in get_model_info() 219 { 43, 0, PS2PP_SIDE_BTN }, in get_model_info() 222 { 52, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info() 224 { 56, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, /* Cordless MouseMan Wheel */ in get_model_info() 226 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info() [all …]
|