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>
This commit is contained in:
parent
67b989a0c1
commit
7ee99161a4
1 changed files with 2 additions and 2 deletions
|
@ -802,8 +802,8 @@ int synaptics_init(struct psmouse *psmouse)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Toshiba's KBC seems to have trouble handling data from
|
* Toshiba's KBC seems to have trouble handling data from
|
||||||
* Synaptics as full rate, switch to lower rate which is roughly
|
* Synaptics at full rate. Switch to a lower rate (roughly
|
||||||
* thye same as rate of standard PS/2 mouse.
|
* the same rate as a standard PS/2 mouse).
|
||||||
*/
|
*/
|
||||||
if (psmouse->rate >= 80 && impaired_toshiba_kbc) {
|
if (psmouse->rate >= 80 && impaired_toshiba_kbc) {
|
||||||
printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n",
|
printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue