diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-28 16:33:50 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-28 16:33:50 +0000 |
commit | 61e233a86900418238e350968c4b9e851cdb52a9 (patch) | |
tree | 60cf5fdc144ac6c67f8e1dec423013666ee3d687 /meta/packages | |
parent | 0c25de728367dcf19d0d44d27a0f508430d08cc6 (diff) | |
download | poky-61e233a86900418238e350968c4b9e851cdb52a9.tar.gz |
udev: Fix touchscreen symlink when the touchscreen driver doesn't send EV_KEY events
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/udev/udev-092/local.rules | 2 | ||||
-rw-r--r-- | meta/packages/udev/udev_092.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/udev/udev-092/local.rules b/meta/packages/udev/udev-092/local.rules index 2308b52c4a..5b926018f5 100644 --- a/meta/packages/udev/udev-092/local.rules +++ b/meta/packages/udev/udev-092/local.rules | |||
@@ -28,4 +28,4 @@ KERNEL=="rtc0", SYMLINK+="rtc" | |||
28 | ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" | 28 | ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" |
29 | 29 | ||
30 | # Create a symlink to any touchscreen input device | 30 | # Create a symlink to any touchscreen input device |
31 | SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0" | 31 | SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0" |
diff --git a/meta/packages/udev/udev_092.bb b/meta/packages/udev/udev_092.bb index bd9c771904..6ba16fa539 100644 --- a/meta/packages/udev/udev_092.bb +++ b/meta/packages/udev/udev_092.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod | |||
3 | the hotplug package and requires a kernel not older than 2.6.12." | 3 | the hotplug package and requires a kernel not older than 2.6.12." |
4 | RPROVIDES = "hotplug" | 4 | RPROVIDES = "hotplug" |
5 | 5 | ||
6 | PR = "r12" | 6 | PR = "r13" |
7 | 7 | ||
8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
9 | file://noasmlinkage.patch;patch=1 \ | 9 | file://noasmlinkage.patch;patch=1 \ |