Lines Matching refs:PS2PP_SIDE_BTN
29 #define PS2PP_SIDE_BTN BIT(2) macro
214 { 12, 0, PS2PP_SIDE_BTN}, in get_model_info()
217 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
219 { 40, 0, PS2PP_SIDE_BTN }, in get_model_info()
220 { 41, 0, PS2PP_SIDE_BTN }, in get_model_info()
221 { 42, 0, PS2PP_SIDE_BTN }, in get_model_info()
222 { 43, 0, PS2PP_SIDE_BTN }, in get_model_info()
225 { 52, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info()
227 { 56, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, /* Cordless MouseMan Wheel */ in get_model_info()
229 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
232 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
235 { 73, PS2PP_KIND_TRACKMAN, PS2PP_SIDE_BTN }, /* TrackMan FX */ in get_model_info()
239 { 80, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info()
250 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
252 { 111, PS2PP_KIND_MX, PS2PP_WHEEL | PS2PP_SIDE_BTN }, /* MX300 reports task button as side */ in get_model_info()
254 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
257 PS2PP_WHEEL | PS2PP_SIDE_BTN | in get_model_info()
279 if (model_info->features & PS2PP_SIDE_BTN) in ps2pp_set_model_properties()