File 06_add_TSC-10_to_evdev_rules.diff of Package x11-input-evtouch
Add TSC-10 to udev's rules
Index: xserver-xorg-input-evtouch/69-touchscreen.rules
================================================================================
--- xf86-input-evtouch-0.8.8/69-touchscreen.rules
+++ xf86-input-evtouch-0.8.8/69-touchscreen.rules
@@ -52,5 +52,7 @@
KERNEL=="event*", SUBSYSTEM=="input", ATTRS{name}=="LBPS/2 Fujitsu Lifebook TouchScreen", SYMLINK+="input/evtouch_event"
# Elo Touchscreen
KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="04e7", ATTRS{idProduct}=="0020", SYMLINK+="input/evtouch_event"
+# TSC-10
+KERNEL=="event*", SUBSYSTEM=="input", ATTRS{name}=="TSC-10 DM TSC-10 DM", SYMLINK+="input/evtouch_event"
# IDEACO IDC 6680 Touchscreen
KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="1cb6", ATTRS{idProduct}=="6680", SYMLINK+="input/evtouch_event"