]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev-141: Backport fix from 145 which is also needed here
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 25 Nov 2009 15:01:47 +0000 (15:01 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 25 Nov 2009 15:01:47 +0000 (15:01 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/udev/udev-141/local.rules
meta/packages/udev/udev_141.bb

index 5b926018f56139587f0be758d575ba17e11ea289..dab319b431378e7c1ac6da2b5a4c0383f19011bc 100644 (file)
@@ -28,4 +28,6 @@ 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*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
+# Need to use ../ so the eventX can find the parent inputX modalias which is a directory above
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{../modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
+
index 5476195ea290a8669d15843c1cdedfb49f341923..82be51794ad4b831b9e0ad53bd95128bc284f76e 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_${PN} = "hotplug"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \