Comment 2 for bug 537801

Revision history for this message
Robert Hooker (sarvatt) wrote :

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.