summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev-092/local.rules
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-26 09:42:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-26 09:42:19 +0000
commit675c8fc41c5736f92bb2a6085757145dcc3f2dfc (patch)
tree3d4fd3388c1d47c024b35459088297c49aa04035 /meta/packages/udev/udev-092/local.rules
parent4e0958eb9217ab9011029b7cca3b8644f9eef30e (diff)
downloadpoky-675c8fc41c5736f92bb2a6085757145dcc3f2dfc.tar.gz
udev 092: Revise touchscreen detection expression to function with nokia770
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev-092/local.rules')
-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 661922dda3..d053334652 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,*k*14A,*a0,1,*18,*", SYMLINK+="input/touchscreen0" \ No newline at end of file 31SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*k*a0,1,*18,*", SYMLINK+="input/touchscreen0" \ No newline at end of file