From: Richard Thrippleton <ret28@cam.ac.uk>
To: rubini@vision.unipv.it
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Defaults PS/2 mouse rate to 40 on the toshiba m300
Date: Mon, 20 Mar 2006 03:56:02 +0000 [thread overview]
Message-ID: <20060320035602.GF28913@ret.me.uk> (raw)
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
reply other threads:[~2006-03-20 3:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060320035602.GF28913@ret.me.uk \
--to=ret28@cam.ac.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=rubini@vision.unipv.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®