Lines Matching refs:PS2PP_SIDE_BTN
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()
229 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
232 { 73, PS2PP_KIND_TRACKMAN, PS2PP_SIDE_BTN }, /* TrackMan FX */ in get_model_info()
236 { 80, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info()
247 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
249 { 111, PS2PP_KIND_MX, PS2PP_WHEEL | PS2PP_SIDE_BTN }, /* MX300 reports task button as side */ in get_model_info()
251 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
254 PS2PP_WHEEL | PS2PP_SIDE_BTN | in get_model_info()
276 if (model_info->features & PS2PP_SIDE_BTN) in ps2pp_set_model_properties()