summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev-092
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-28 16:33:50 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-28 16:33:50 +0000
commit61e233a86900418238e350968c4b9e851cdb52a9 (patch)
tree60cf5fdc144ac6c67f8e1dec423013666ee3d687 /meta/packages/udev/udev-092
parent0c25de728367dcf19d0d44d27a0f508430d08cc6 (diff)
downloadpoky-61e233a86900418238e350968c4b9e851cdb52a9.tar.gz
udev: Fix touchscreen symlink when the touchscreen driver doesn't send EV_KEY events
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev-092')
-rw-r--r--meta/packages/udev/udev-092/local.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/udev/udev-092/local.rules b/meta/packages/udev/udev-092/local.rules
index 2308b52c4a..5b926018f5 100644
--- a/meta/packages/udev/udev-092/local.rules
+++ b/meta/packages/udev/udev-092/local.rules
@@ -28,4 +28,4 @@ KERNEL=="rtc0", SYMLINK+="rtc"
28ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" 28ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
29 29
30# Create a symlink to any touchscreen input device 30# Create a symlink to any touchscreen input device
31SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0" 31SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"