public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: LKML List <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Vojtech Pavlik <vojtech@suse.cz>
Subject: Re: Mouse stalls with 2.6.5-rc5-mm2
Date: Sun, 11 Dec 2005 22:50:44 -0500	[thread overview]
Message-ID: <200512112250.44848.dtor_core@ameritech.net> (raw)
In-Reply-To: <9a8748490512111149l358f18abuc7f0685413f75c06@mail.gmail.com>

On Sunday 11 December 2005 14:49, Jesper Juhl wrote:
> well, unplugging the mouse from the KVM and plugging it into the PC's
> PS/2 port directly resulted in this in dmesg :
> 
> [  567.297724] psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost
> synchronization, throwing 1 bytes away.
> [  567.807251] psmouse.c: resync failed, issuing reconnect request
> [  568.015721] logips2pp: Detected unknown logitech mouse model 87
> 
> and after that I see no more resync failed messages and the mouse doesn't stall.
> 

Ok, so your KVM fakes the response to POLL command. But normally
(with resync disabled) your mouse works just fine with your KVM,
you can still use wheel after switching between the boxes, right?
If so I will try adjusting my patch.

In the mean time could you please try the tiny patch below - it
shoudl get rid of "unknown logitech mouse" message. Could you send
me your dmesg after applying the patch?

Thanks!

-- 
Dmitry

Subject: logips2pp: add signature of MouseMan Wheel Mouse (87)

Input: logips2pp - add signature of MouseMan Wheel Mouse (87)

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

 drivers/input/mouse/logips2pp.c |    1 +
 1 files changed, 1 insertion(+)

Index: work/drivers/input/mouse/logips2pp.c
===================================================================
--- work.orig/drivers/input/mouse/logips2pp.c
+++ work/drivers/input/mouse/logips2pp.c
@@ -228,6 +228,7 @@ static struct ps2pp_info *get_model_info
 		{ 83,	PS2PP_KIND_WHEEL,	PS2PP_WHEEL },
 		{ 85,	PS2PP_KIND_WHEEL,	PS2PP_WHEEL },
 		{ 86,	PS2PP_KIND_WHEEL,	PS2PP_WHEEL },
+		{ 87,	PS2PP_KIND_WHEEL,	PS2PP_WHEEL },
 		{ 88,	PS2PP_KIND_WHEEL,	PS2PP_WHEEL },
 		{ 96,	0,			0 },
 		{ 97,	PS2PP_KIND_TP3,		PS2PP_WHEEL | PS2PP_HWHEEL },

  reply	other threads:[~2005-12-12  3:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-11 13:48 Mouse stalls with 2.6.5-rc5-mm2 Jesper Juhl
2005-12-11 18:27 ` Dmitry Torokhov
2005-12-11 19:49   ` Jesper Juhl
2005-12-12  3:50     ` Dmitry Torokhov [this message]
2005-12-12 17:14       ` Jesper Juhl
2005-12-21 20:59     ` Dmitry Torokhov
2005-12-21 21:50       ` Jesper Juhl

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=200512112250.44848.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=akpm@osdl.org \
    --cc=jesper.juhl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /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