← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 537801] Re: Touchscreen doesn't work after karmic->lucid upgrade

 

Looked into it a bit more.. It looks like the udev is tagging it as
ID_INPUT_TABLET=1 because its a resistive touchscreen not a capacitive
one with BTN_TOUCH, and our /lib/udev/rules.d/65-xorg-evdev.rules is
missing a catchall for tablet devices -

ENV{ID_INPUT_TABLET}=="?*", ENV{x11_driver}="evdev"

currently only the wacom udev rule is matching ID_INPUT_TABLET and its
universally loading wacom which should be tightened down a bit to only
load with a wacom vendor ID (serial tablets from other vendors are
handled before the catchall) to accompany this change.

** Package changed: xf86-input-evtouch (Ubuntu) => xserver-xorg-input-
evdev (Ubuntu)

-- 
Touchscreen doesn't work after karmic->lucid upgrade
https://bugs.launchpad.net/bugs/537801
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.



References