Skip to content

Commit 7ee9916

Browse files
dilingerdtor
authored andcommitted
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>
1 parent 67b989a commit 7ee9916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ int synaptics_init(struct psmouse *psmouse)
802802

803803
/*
804804
* Toshiba's KBC seems to have trouble handling data from
805-
* Synaptics as full rate, switch to lower rate which is roughly
806-
* thye same as rate of standard PS/2 mouse.
805+
* Synaptics at full rate. Switch to a lower rate (roughly
806+
* the same rate as a standard PS/2 mouse).
807807
*/
808808
if (psmouse->rate >= 80 && impaired_toshiba_kbc) {
809809
printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n",

0 commit comments

Comments
 (0)