[PATCH] man: list the drivers that are ignored when hotplugging (#35209)

Vincent Lefevre vincent at vinc17.net
Thu Mar 17 05:00:46 PDT 2011


On 2011-03-17 10:05:52 +1000, Peter Hutterer wrote:
> you have two different drivers that happen to listen to the same device
> path. the options can't be merged as each driver only sees the options
> configured for it, and even if not all options are available in the
> respective other driver.

Ah, OK, I thought that evdev was used in both cases. In the log file,
one has config/udev lines such as:

(II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event10)

but it is not said what driver is used.

I don't have the trace of what I did and tested, but I had in the
past on this machine (before I tried evdev):

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "AlwaysCore"
        Option          "Protocol"      "auto-dev"
        Option          "MaxTapTime"    "0"
        Option          "SHMConfig"     "true"
        Option          "EmulateMidButtonTime"  "0"
EndSection

But I don't remember why I switched the config to evdev (just that
mid button emulation could no longer be disabled, and I tried to
find information on the web).

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


More information about the xorg-devel mailing list