]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: Fix touchscreen symlink when the touchscreen driver doesn't send EV_KEY events
authorRichard Purdie <richard@openedhand.com>
Thu, 28 Dec 2006 16:33:50 +0000 (16:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 28 Dec 2006 16:33:50 +0000 (16:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 2308b52c4a1235e98f070425da1deb7465b64401..5b926018f56139587f0be758d575ba17e11ea289 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,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
index bd9c77190479ffac918608ab7d8bb0a6801676d6..6ba16fa5392cd4595fda58d78361e9b38120b522 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 = "r12"
+PR = "r13"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \