[PATCH] Defaults PS/2 mouse rate to 40 on the toshiba m300

From: Richard Thrippleton
Date: Sun Mar 19 2006 - 22:58:55 EST


Some models of Toshiba laptop have issues handling high rate data from an
onboard synaptics PS/2 touchpad. There already exists a blacklist of models
suffering from this problem which is used to cap the rate to 40pps. This patch
adds the Toshiba Portege M300 to the blacklist, as it also suffers from the
same problem.


Signed-off-by: Richard Thrippleton <ret28@xxxxxxxxx>

---

--- drivers/input/mouse/synaptics.c.orig 2006-03-20 03:36:05.000000000 +0
000
+++ drivers/input/mouse/synaptics.c 2006-03-20 03:37:17.000000000 +0000
@@ -615,6 +615,13 @@ static struct dmi_system_id toshiba_dmi_
DMI_MATCH(DMI_PRODUCT_NAME , "dynabook"),
},
},
+ {
+ .ident = "Toshiba Portege M300",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME , "PORTEGE M300"),
+ },
+ },
{ }
};
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/