udev 092: Revise touchscreen detection expression to function with nokia770
authorRichard Purdie <richard@openedhand.com>
Tue, 26 Sep 2006 09:42:19 +0000 (09:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 26 Sep 2006 09:42:19 +0000 (09:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/udev/udev-092/local.rules
meta/packages/udev/udev_092.bb

index 661922d..d053334 100644 (file)
@@ -28,4 +28,4 @@ KERNEL=="rtc0", SYMLINK+="rtc"
 ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
 
 # Create a symlink to any touchscreen input device
-SUBSYSTEM=="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
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*k*a0,1,*18,*", SYMLINK+="input/touchscreen0"
\ No newline at end of file
index e5bb53a..794a525 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES = "hotplug"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \