From: Eric Wong <eric@yhbt.net>
To: linux-kernel <linux-kernel@vger.kernel.org>,
Greg Norris <haphazard@kc.rr.com>
Subject: Re: retaining use of the mouse wheel with "psmouse_noext=1"?
Date: Sun, 12 Oct 2003 23:27:27 -0700 [thread overview]
Message-ID: <20031013062727.GB6958@BL4ST> (raw)
In-Reply-To: <20031011202411.GA1397@glitch.localdomain>
Greg Norris <haphazard@kc.rr.com> wrote:
> I have to use the "psmouse_noext=1" option to psmouse.ko, in order to
> keep the pointer from going stark-raving mad[1] when I use my KVM
> switch. Unfortunately, this seems to squash the use of the mouse wheel
> for scrolling (it still works as a 3rd button), which is a feature I'd
> really like to retain. Is there any way to keep the wheel fully
> functional when using this option (or otherwise fix the KVM issue)?
> It's a Belkin SOHO 4-port switch, if that makes a difference.
A stab in the dark (I don't have a KVM handy, or even a mouse at the
moment to test on) but you could try editing the psmouse_extensions()
function in drivers/input/mouse/psmouse-base.c :
if (psmouse_noext)
return PSMOUSE_PS2;
replace PSMOUSE_PS2 with another one of the defined variables found near
the bottom of: drivers/input/mouse/psmouse.h
You should be able to figure out which name most closely matches you
mouse by looking at the psmouse_extensions() function.
--
Eric Wong
prev parent reply other threads:[~2003-10-13 6:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-11 20:24 Greg Norris
2003-10-13 6:27 ` Eric Wong [this message]
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=20031013062727.GB6958@BL4ST \
--to=eric@yhbt.net \
--cc=haphazard@kc.rr.com \
--cc=linux-kernel@vger.kernel.org \
/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®