Lines Matching refs:PS2PP_SIDE_BTN
27 #define PS2PP_SIDE_BTN 0x04 macro
206 { 12, 0, PS2PP_SIDE_BTN}, in get_model_info()
209 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
211 { 40, 0, PS2PP_SIDE_BTN }, in get_model_info()
212 { 41, 0, PS2PP_SIDE_BTN }, in get_model_info()
213 { 42, 0, PS2PP_SIDE_BTN }, in get_model_info()
214 { 43, 0, PS2PP_SIDE_BTN }, in get_model_info()
217 { 52, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info()
219 { 56, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, /* Cordless MouseMan Wheel */ in get_model_info()
221 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
224 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
227 { 73, PS2PP_KIND_TRACKMAN, PS2PP_SIDE_BTN }, /* TrackMan FX */ in get_model_info()
231 { 80, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL }, in get_model_info()
242 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
244 { 111, PS2PP_KIND_MX, PS2PP_WHEEL | PS2PP_SIDE_BTN }, /* MX300 reports task button as side */ in get_model_info()
246 PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | in get_model_info()
249 PS2PP_WHEEL | PS2PP_SIDE_BTN | in get_model_info()
271 if (model_info->features & PS2PP_SIDE_BTN) in ps2pp_set_model_properties()