lkml.org 
[lkml]   [2004]   [Jan]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromDmitry Torokhov <>
SubjectRe: Synaptics 3button emulation hosed in 2.6.0-mm2
DateFri, 2 Jan 2004 02:58:40 -0500
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:59    [W:0.243 / U:0.120 seconds]
©2003-2008 Jasper Spaans