diff options
author | Andres Salomon <dilinger@queued.net> | 2010-12-23 04:18:28 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-12-23 04:21:11 -0500 |
commit | 7ee99161a4febe53c906cb9becc596075fd6193e (patch) | |
tree | 5e2bd2e574cd115b122547179e35159e433a9249 /drivers/input/mouse | |
parent | 67b989a0c17e34a7c2c095e58a2f3d1b4408e3cb (diff) |
Input: psmouse - fix up Synaptics comment
Minor comment fixup for typos and grammar. Noticed while adding a
separate workaround.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r-- | drivers/input/mouse/synaptics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 2e300a460556..53c65a634b26 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -802,8 +802,8 @@ int synaptics_init(struct psmouse *psmouse) | |||
802 | 802 | ||
803 | /* | 803 | /* |
804 | * Toshiba's KBC seems to have trouble handling data from | 804 | * Toshiba's KBC seems to have trouble handling data from |
805 | * Synaptics as full rate, switch to lower rate which is roughly | 805 | * Synaptics at full rate. Switch to a lower rate (roughly |
806 | * thye same as rate of standard PS/2 mouse. | 806 | * the same rate as a standard PS/2 mouse). |
807 | */ | 807 | */ |
808 | if (psmouse->rate >= 80 && impaired_toshiba_kbc) { | 808 | if (psmouse->rate >= 80 && impaired_toshiba_kbc) { |
809 | printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n", | 809 | printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n", |