From: "Christopher Hoover" <ch@murgatroid.com>
To: "'Vojtech Pavlik'" <vojtech@suse.cz>
Cc: <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] 2.5.43: Fix for Logitech Wheel Mouse
Date: Sat, 19 Oct 2002 11:45:28 -0700 [thread overview]
Message-ID: <000901c2779f$b1b88300$8100000a@bergamot> (raw)
In-Reply-To: <20021019095117.A1354@ucw.cz>
Yes, that works.
[ch@jukebox ch]$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0002 Version=0035
N: Name="PS2++ Logitech Wheel Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event0
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
I: Bus=0011 Vendor=0001 Product=0002 Version=ab02
N: Name="AT Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event1
B: EV=120003
B: KEY=4 2000000 8061f9 fbc9d621 efdfffdf ffefffff ffffffff fffffffe
B: LED=7
Thanks.
-ch
-----Original Message-----
From: Vojtech Pavlik [mailto:vojtech@suse.cz]
Sent: Saturday, October 19, 2002 12:51 AM
To: Christopher Hoover
Cc: 'Vojtech Pavlik'; linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.43: Fix for Logitech Wheel Mouse
On Fri, Oct 18, 2002 at 10:41:25AM -0700, Christopher Hoover wrote:
> > No, it unfortunately is not a proper fix. I'll have to analyze the
> > problem some more.
>
> Would you say more? I looked at XFree86 sources and it seemed that
the
> ImPS/2 protocol best matched what my mouse was sending.
>
> What about a module param/setup arg to force the mouse protocol?
>
>
> > Can you send me the output of /proc/bus/input/devices on your system
> > (without your fix, preferably)?
>
> With*out* the patch:
>
> I: Bus=0011 Vendor=0002 Product=0002 Version=0035
> N: Name="PS2++ Logitech Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=mouse0 event0
> B: EV=7
> B: KEY=70000 0 0 0 0 0 0 0 0
> B: REL=3
Thanks! Can you try this patch?
psmouse.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
===================================================================
diff -Nru a/drivers/input/mouse/psmouse.c
b/drivers/input/mouse/psmouse.c
--- a/drivers/input/mouse/psmouse.c Sat Oct 19 09:50:17 2002
+++ b/drivers/input/mouse/psmouse.c Sat Oct 19 09:50:17 2002
@@ -348,7 +348,7 @@
int i;
static int logitech_4btn[] = { 12, 40, 41, 42, 43, 52,
73, 80, -1 };
- static int logitech_wheel[] = { 52, 75, 76, 80, 81, 83,
88, -1 };
+ static int logitech_wheel[] = { 52, 53, 75, 76, 80, 81,
83, 88, -1 };
static int logitech_ps2pp[] = { 12, 13, 40, 41, 42, 43,
50, 51, 52, 53, 73, 75,
76, 80, 81, 83,
88, 96, 97, -1 };
psmouse->vendor = "Logitech";
===================================================================
--
Vojtech Pavlik
SuSE Labs
next prev parent reply other threads:[~2002-10-19 18:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-18 6:20 Christopher Hoover
2002-10-18 9:00 ` Thomas Molina
2002-10-18 9:03 ` Vojtech Pavlik
2002-10-18 9:06 ` Vojtech Pavlik
2002-10-18 17:41 ` Christopher Hoover
2002-10-19 7:51 ` Vojtech Pavlik
2002-10-19 18:45 ` Christopher Hoover [this message]
2002-10-19 20:22 ` Vojtech Pavlik
[not found] <m365vz7fok.fsf@carrosse.in.glou.org>
2002-10-18 18:54 ` Christopher Hoover
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='000901c2779f$b1b88300$8100000a@bergamot' \
--to=ch@murgatroid.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
all inboxes | Powered by JetHome®