aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-06-13 20:08:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-13 20:08:24 +0000
commit9008ba0b855e7ee542b4046035021571cb46a529 (patch)
tree704b4bf204dae3a89e675817962f10872b8cf7cc /packages/udev
parenta01df8022f0382d43ec901c2b1c13294f274b409 (diff)
downloadopenembedded-9008ba0b855e7ee542b4046035021571cb46a529.tar.gz
udev 092: Fix a typo
Diffstat (limited to 'packages/udev')
-rw-r--r--packages/udev/udev-092/local.rules2
-rw-r--r--packages/udev/udev_092.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/udev/udev-092/local.rules b/packages/udev/udev-092/local.rules
index 445fea92a2..661922dda3 100644
--- a/packages/udev/udev-092/local.rules
+++ b/packages/udev/udev-092/local.rules
@@ -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/touchscreen" \ No newline at end of file
+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
diff --git a/packages/udev/udev_092.bb b/packages/udev/udev_092.bb
index 62bc43d48f..b431c8e0ec 100644
--- a/packages/udev/udev_092.bb
+++ b/packages/udev/udev_092.bb
@@ -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 = "r3"
+PR = "r4"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \