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 <[email protected]>
---
--- 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]