mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Defaults PS/2 mouse rate to 40 on the toshiba m300
@ 2006-03-20  3:56 Richard Thrippleton
  0 siblings, 0 replies; only message in thread
From: Richard Thrippleton @ 2006-03-20  3:56 UTC (permalink / raw)
  To: rubini; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-20  3:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-20  3:56 [PATCH] Defaults PS/2 mouse rate to 40 on the toshiba m300 Richard Thrippleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®