summaryrefslogtreecommitdiff
path: root/packages/udev
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-05 14:21:09 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-05 14:21:09 +0000
commit652b3d38e56d6b52e923e73a1ed4228072696874 (patch)
tree2c16d985dba8bc49e1e3f778daa78840cb8e814e /packages/udev
parent13955e0d155fdc82909879a27e28ad95de214778 (diff)
udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqs
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 081269404e..a8d3e9ebc2 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 \