Lines Matching refs:model
32 u8 model;
207 static const struct ps2pp_info *get_model_info(unsigned char model)
260 if (model == ps2pp_list[i].model)
267 * Set up input device's properties based on the detected mouse model.
353 * and its exact model and try turning on extended protocol for ones
362 u8 model, buttons;
374 model = ((param[0] >> 4) & 0x07) | ((param[0] << 3) & 0x78);
377 if (!model || !buttons)
380 model_info = get_model_info(model);
421 "Detected unknown Logitech mouse model %d\n",
422 model);
427 psmouse->model = model;