aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-05 15:55:25 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-05 15:55:25 +0000
commit042fb6d5f34d3a35d0d0a900ec9e9b0edc3ddd1e (patch)
tree0cda43ff46d05cabed8ac23952a504e3c6b517ba /packages/udev
parenta1a669ff49805375105ac8a778030123160db9a1 (diff)
parent652b3d38e56d6b52e923e73a1ed4228072696874 (diff)
downloadopenembedded-042fb6d5f34d3a35d0d0a900ec9e9b0edc3ddd1e.tar.gz
merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
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 661922dda3..2308b52c4a 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/touchscreen0" \ No newline at end of file
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
diff --git a/packages/udev/udev_092.bb b/packages/udev/udev_092.bb
index 5a84abcc7d..802b1e6246 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 = "r6"
+PR = "r7"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \