Package: xserver-xorg-input-tslib
Version: 0.0.6-1+b1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

With Xorg 1.7, some input devices are automatically detected by udev and
instanciated this way. This is achieved via a udev rules file set into
/lib/udev/rules.d/.

See for example the rules files shipped with:
* xserver-xorg-input-evdev[1]
* xserver-xorg-input-synaptics[2]

The one shipped with xserver-xorg-input-evdev is a catchall for keyboards,
mouses, touchscreens, and touchpads. So if xserver-xorg-input-tslib doesn't
provide an appropriate udev rules file, the touchscreen ends up handled by
the evdev driver.

Please provide a udev rules file for xserver-xorg-input-tslib so that it
supersedes evdev for the touchscreens it can handle.

Thanks in advance,

_Gilles.


[1]
 $ cat /lib/udev/rules.d/65-xorg-evdev.rules 
 ACTION!="add|change", GOTO="xorg_evdev_end"
 
 # By default, we use the -evdev driver for every mouse, keyboard, touchscreen
 # or touchpad; later rules can then change the driver for specific input
 # devices.
 ENV{ID_INPUT}=="", GOTO="xorg_evdev_end"
 ENV{ID_INPUT_MOUSE}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_KEY}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_TOUCHSCREEN}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_TOUCHPAD}=="?*", ENV{x11_driver}="evdev"
 
 LABEL="xorg_evdev_end"

[2]
 $ cat /lib/udev/rules.d/66-xorg-synaptics.rules 
 ACTION!="add|change", GOTO="xorg_synaptics_end"
 KERNEL!="event*", GOTO="xorg_synaptics_end"
 
 ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end"
 
 ENV{x11_driver}="synaptics"
 
 # model specific quirks
 ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
   ENV{x11_options.JumpyCursorThreshold}="90", \
   ENV{x11_options.AreaBottomEdge}="4100"
 
 ATTR{[dmi/id]product_name}=="HP MiniNote 1000", \
   ENV{x11_options.JumpyCursorThreshold}="20"
 
 LABEL="xorg_synaptics_end"




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCAAGBQJLXa6wAAoJEO/obGx//s+DGicIAIqBabS/aQ11UKaMCrOprpWb
GY0nsDs4na3/T/Dtz0/uozL6lDgsqs6jCrZFd4eevonmI25jY+w1GPMsZbT4+uwB
GojLX+M9hbOI70Du4krsagdEi4ojyRtO8kT7+giYS536WVcMgrpYCNN6xT5BF5Wd
ZdQ/r/LK0INqkHUjWzbAv6uzmvg6Smc7xwWg501Lcggnel1vdg1pHg0ntm9eaZOz
TRTjGitZFFJsGalHPIzVcbVZAseiiJ1fHx8iAxbeus4KBA6d95jL6E1oMnzQBqiD
1M/RzbzZVMMEyXorgmMuRFT39sOima0LyILlU5dVpWPKMLArE+cvGyGwln9Lmgw=
=ykPb
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to