[oe-commits] org.oe.dev udev: Update touchscreen rule so it doesn't require the touchscreen to have EV_KEY support

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Dec 28 16:59:53 UTC 2006


udev: Update touchscreen rule so it doesn't require the touchscreen to have EV_KEY support

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 17fc8adec6d502462c6f0f5c22d99090aa08294d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=17fc8adec6d502462c6f0f5c22d99090aa08294d
Files:
1
packages/udev/udev-092/local.rules
packages/udev/udev-097/local.rules
packages/udev/udev-100/local.rules
packages/udev/udev_092.bb
packages/udev/udev_097.bb
packages/udev/udev_100.bb
Diffs:

#
# mt diff -re06c19123848224103e2b5fcaffd7d5569d4b9ca -r17fc8adec6d502462c6f0f5c22d99090aa08294d
#
# 
# 
# patch "packages/udev/udev-092/local.rules"
#  from [3d6bf3dacc4965c551acc4dbe95379b2739e66dd]
#    to [89292b9abac2b9d2142a973569fa1669fdd60022]
# 
# patch "packages/udev/udev-097/local.rules"
#  from [3d6bf3dacc4965c551acc4dbe95379b2739e66dd]
#    to [89292b9abac2b9d2142a973569fa1669fdd60022]
# 
# patch "packages/udev/udev-100/local.rules"
#  from [3d6bf3dacc4965c551acc4dbe95379b2739e66dd]
#    to [89292b9abac2b9d2142a973569fa1669fdd60022]
# 
# patch "packages/udev/udev_092.bb"
#  from [29e6f868ff5031695e9031e1a3c7772ddc0f524f]
#    to [81d242fe25d6e4d7e9f55962c5e71f51d718e7fd]
# 
# patch "packages/udev/udev_097.bb"
#  from [e0d6b68c0439aeb96bdb809d7fdde496e6bd2db9]
#    to [9de5838ada5268f5f7874288146f0bead13453d5]
# 
# patch "packages/udev/udev_100.bb"
#  from [402a30dc0fc564bdb174c29a59e35978e30392d0]
#    to [9a840ef465e64e33cd6d9f5b4eb2aff79eda7ead]
# 
============================================================
--- packages/udev/udev-092/local.rules	3d6bf3dacc4965c551acc4dbe95379b2739e66dd
+++ packages/udev/udev-092/local.rules	89292b9abac2b9d2142a973569fa1669fdd60022
@@ -28,4 +28,4 @@ ACTION=="add", DEVPATH=="/devices/*", EN
 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*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
-SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
============================================================
--- packages/udev/udev-097/local.rules	3d6bf3dacc4965c551acc4dbe95379b2739e66dd
+++ packages/udev/udev-097/local.rules	89292b9abac2b9d2142a973569fa1669fdd60022
@@ -28,4 +28,4 @@ ACTION=="add", DEVPATH=="/devices/*", EN
 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*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
-SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
============================================================
--- packages/udev/udev-100/local.rules	3d6bf3dacc4965c551acc4dbe95379b2739e66dd
+++ packages/udev/udev-100/local.rules	89292b9abac2b9d2142a973569fa1669fdd60022
@@ -28,4 +28,4 @@ ACTION=="add", DEVPATH=="/devices/*", EN
 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*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
-SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
============================================================
--- packages/udev/udev_092.bb	29e6f868ff5031695e9031e1a3c7772ddc0f524f
+++ packages/udev/udev_092.bb	81d242fe25d6e4d7e9f55962c5e71f51d718e7fd
@@ -1,9 +1,9 @@ RPROVIDES = "hotplug"
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES = "hotplug"
 
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
============================================================
--- packages/udev/udev_097.bb	e0d6b68c0439aeb96bdb809d7fdde496e6bd2db9
+++ packages/udev/udev_097.bb	9de5838ada5268f5f7874288146f0bead13453d5
@@ -8,7 +8,7 @@ needed to link programs with libvolume_i
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
============================================================
--- packages/udev/udev_100.bb	402a30dc0fc564bdb174c29a59e35978e30392d0
+++ packages/udev/udev_100.bb	9a840ef465e64e33cd6d9f5b4eb2aff79eda7ead
@@ -9,7 +9,7 @@ needed to link programs with libvolume_i
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \






More information about the Openembedded-commits mailing list