From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Dax Kelson <dax@gurulabs.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Synaptics 3button emulation hosed in 2.6.0-mm2
Date: Fri, 2 Jan 2004 02:58:40 -0500 [thread overview]
Message-ID: <200401020258.40092.dtor_core@ameritech.net> (raw)
In-Reply-To: <1073029814.2516.39.camel@mentor.gurulabs.com>
On Friday 02 January 2004 02:50 am, Dax Kelson wrote:
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/psaux"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "yes"
> EndSection
> Section "InputDevice"
> Identifier "DevInputMice"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "no"
> EndSection
>
Here is your other trouble - /dev/input/mice gets data from _all_
mouse-like devices in 2.6 so your touchpad data is processed twice.
Drop the first input section and set "Emulate3Buttons" on 2nd - it
does not hurt if your mouse has 3+ buttons.
Good luck,
Dmitry
next prev parent reply other threads:[~2004-01-02 7:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-02 6:24 Synaptics 3button emulation hosed in 2.6.0-mm2 Dax Kelson
2004-01-02 7:07 ` Dmitry Torokhov
2004-01-02 7:50 ` Dax Kelson
2004-01-02 7:58 ` Dmitry Torokhov [this message]
2004-01-02 8:10 ` Dmitry Torokhov
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=200401020258.40092.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=dax@gurulabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.