lkml.org 
[lkml]   [2006]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Defaults PS/2 mouse rate to 40 on the toshiba m300
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@cam.ac.uk>

---

--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-03-20 05:02    [W:0.035 / U:1.572 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site