diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-06-13 20:08:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-13 20:08:24 +0000 |
commit | 9008ba0b855e7ee542b4046035021571cb46a529 (patch) | |
tree | 704b4bf204dae3a89e675817962f10872b8cf7cc | |
parent | a01df8022f0382d43ec901c2b1c13294f274b409 (diff) |
udev 092: Fix a typo
-rw-r--r-- | packages/udev/udev-092/local.rules | 2 | ||||
-rw-r--r-- | packages/udev/udev_092.bb | 2 |
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 \ |