vserver 1.9.3
[linux-2.6.git] / drivers / input / mouse / logips2pp.c
index 0063af0..6af1455 100644 (file)
@@ -277,7 +277,7 @@ int ps2pp_init(struct psmouse *psmouse, int set_properties)
                                protocol = PSMOUSE_PS2TPP;
                        }
 
-               } else if (get_model_info(model) != NULL) {
+               } else if (model_info != NULL) {
 
                        param[0] = param[1] = param[2] = 0;
                        ps2pp_cmd(psmouse, param, 0x39); /* Magic knock */