diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:19 +0000 |
commit | 675c8fc41c5736f92bb2a6085757145dcc3f2dfc (patch) | |
tree | 3d4fd3388c1d47c024b35459088297c49aa04035 /meta | |
parent | 4e0958eb9217ab9011029b7cca3b8644f9eef30e (diff) | |
download | poky-675c8fc41c5736f92bb2a6085757145dcc3f2dfc.tar.gz |
udev 092: Revise touchscreen detection expression to function with nokia770
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 661922dda3..d053334652 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,*k*14A,*a0,1,*18,*", SYMLINK+="input/touchscreen0" \ No newline at end of file | 31 | SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*k*a0,1,*18,*", SYMLINK+="input/touchscreen0" \ No newline at end of file |
diff --git a/meta/packages/udev/udev_092.bb b/meta/packages/udev/udev_092.bb index e5bb53a59d..794a525754 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 = "r6" | 6 | PR = "r7" |
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 \ |