From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: "Randy.Dunlap" <rddunlap@osdl.org>, "J.A. Magallon" <jamagallon@able.es>
Subject: Re: 2.6.9-rc2-mm4
Date: Fri, 1 Oct 2004 00:51:36 -0500 [thread overview]
Message-ID: <200410010051.36750.dtor_core@ameritech.net> (raw)
In-Reply-To: <20040930173116.6de40c54.rddunlap@osdl.org>
On Thursday 30 September 2004 07:31 pm, Randy.Dunlap wrote:
> On Fri, 01 Oct 2004 00:22:11 +0000 J.A. Magallon wrote:
>
> | mice: PS/2 mouse device common for all mice
> | input: AT Translated Set 2 keyboard on isa0060/serio0
> | input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
> |
> | If not, how can I change the protocol ? A kernel bootparam ?
> | In old X, i used 'Option "Protocol" "MouseManPlusPS/2"'.
>
> From Documentation/kernel-parameters.txt:
>
> psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to
> probe for (bare|imps|exps).
>
> so for builtin mouse driver (not a loadable module), use:
> psmouse.proto=bare|imps|exps
>
> However, it read/sounds like the protocol is probed/detected.
> Moreover, it also sounds like MouseManPlusPS/2 isn't listed/supported.
> The known protocols according to psmouse-base.c are:
>
> static char *psmouse_protocols[] = {
> "None", "PS/2", "PS2++", "PS2T++", "GenPS/2", "ImPS/2", "ImExPS/2", "SynPS/2"};
>
> I guess that you can test: psmouse.proto=bare
> or each listed option to see what helps.
>
As far as userspace and 2.6. goes the "only true protocol" that you should
use when getting data from /dev/input/mice or /dev/input/mouseX is
ExplorerPS/2. That's because kernel translates events from input devices
into cooked PS/2 protocol and an application can request either bare PS/2,
IMPS/2 or ExplorerPS/2 flavor regardless of what kind of device is behind
/dev/input/mice
Mouseman is not supported as far as userspace goes. If you need more than 5
buttons look for "evdev" patches for X.
--
Dmitry
next prev parent reply other threads:[~2004-10-01 5:51 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-27 1:10 2.6.9-rc2-mm4 Andrew Morton
2004-09-27 4:53 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-27 5:13 ` 2.6.9-rc2-mm4 Andrew Morton
2004-09-27 6:31 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-27 7:02 ` 2.6.9-rc2-mm4 Gene Heskett
[not found] ` <200409270706.21661.lkml@lpbproductions.com>
2004-09-27 15:31 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-27 15:52 ` 2.6.9-rc2-mm4 Matt Heler
2004-09-27 16:06 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-27 16:27 ` 2.6.9-rc2-mm4 Geert Uytterhoeven
2004-09-27 16:40 ` 2.6.9-rc2-mm4 Matt Heler
2004-09-27 20:17 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-28 1:42 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-28 7:01 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-28 10:26 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-28 10:33 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-28 11:01 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-28 11:05 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-28 11:36 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-29 8:08 ` 2.6.9-rc2-mm4 Geert Uytterhoeven
2004-09-29 8:43 ` 2.6.9-rc2-mm4 Andreas Schwab
2004-09-30 16:49 ` 2.6.9-rc2-mm4 Bill Davidsen
2004-09-27 15:32 ` 2.6.9-rc2-mm4 Matt Heler
2004-09-27 20:19 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-27 20:34 ` 2.6.9-rc2-mm4 Paul Fulghum
2004-09-27 20:45 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-27 23:01 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-28 2:12 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-28 13:07 ` 2.6.9-rc2-mm4 Paul Fulghum
2004-09-27 21:14 ` 2.6.9-rc2-mm4 Ingo Molnar
2004-09-27 22:00 ` 2.6.9-rc2-mm4 Paul Fulghum
2004-09-27 21:52 ` 2.6.9-rc2-mm4 Felipe Alfaro Solana
2004-09-28 1:45 ` 2.6.9-rc2-mm4 Gene Heskett
2004-09-27 23:04 ` 2.6.9-rc2-mm4 J.A. Magallon
2004-09-29 10:43 ` 2.6.9-rc2-mm4 Borislav Petkov
2004-09-30 23:26 ` 2.6.9-rc2-mm4 J.A. Magallon
2004-10-01 0:05 ` 2.6.9-rc2-mm4 Andrew Morton
2004-10-01 0:17 ` 2.6.9-rc2-mm4 J.A. Magallon
2004-10-01 0:22 ` 2.6.9-rc2-mm4 J.A. Magallon
2004-10-01 0:31 ` 2.6.9-rc2-mm4 Randy.Dunlap
2004-10-01 5:51 ` Dmitry Torokhov [this message]
2004-10-01 5:30 ` 2.6.9-rc2-mm4 Dmitry Torokhov
2004-10-01 18:01 ` 2.6.9-rc2-mm4 Greg KH
2004-10-01 18:26 ` 2.6.9-rc2-mm4 Vojtech Pavlik
2004-10-01 23:41 ` 2.6.9-rc2-mm4 Greg KH
2004-10-02 5:31 ` 2.6.9-rc2-mm4 Vojtech Pavlik
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=200410010051.36750.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=jamagallon@able.es \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.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