public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: psmouse - disable autoresync
@ 2006-03-11  5:23 Dmitry Torokhov
  2006-03-11 18:49 ` Mark Lord
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2006-03-11  5:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, LKML

Automatic resynchronization in psmouse driver causes problems on some
hardware so disable it by default for now. People with KVM switches
that require resync can still enable it via module parameter or sysfs
attribute.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---

Unfortunately I could not spend enouggh time during 2.6.16 cycle to resolve
all issues with the code so we better turn it off by default for now.
 

 drivers/input/mouse/psmouse-base.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: work/drivers/input/mouse/psmouse-base.c
===================================================================
--- work.orig/drivers/input/mouse/psmouse-base.c
+++ work/drivers/input/mouse/psmouse-base.c
@@ -60,7 +60,7 @@ static unsigned int psmouse_resetafter =
 module_param_named(resetafter, psmouse_resetafter, uint, 0644);
 MODULE_PARM_DESC(resetafter, "Reset device after so many bad packets (0 = never).");
 
-static unsigned int psmouse_resync_time = 5;
+static unsigned int psmouse_resync_time;
 module_param_named(resync_time, psmouse_resync_time, uint, 0644);
 MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = never).");
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-12 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-11  5:23 [PATCH] Input: psmouse - disable autoresync Dmitry Torokhov
2006-03-11 18:49 ` Mark Lord
2006-03-12  1:01   ` Dmitry Torokhov
2006-03-12 15:44     ` Mark Lord

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