diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-10-05 21:56:07 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-10-05 21:56:07 +0000 |
commit | 16e5c3b37721d0e2b335de6a9d4514f394c2f336 (patch) | |
tree | e7ea111f3e549383d82ed773579d2cd00c1cb1b9 /meta/packages/udev/udev-092/local.rules | |
parent | 009c24a4011928da2a9a4e38e6ca384fa7c654f8 (diff) | |
download | poky-16e5c3b37721d0e2b335de6a9d4514f394c2f336.tar.gz |
Update udev from upstream oe (still using 092, just a newer PR, so the .debug stuff is split out of its packaging).
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev-092/local.rules')
-rw-r--r-- | meta/packages/udev/udev-092/local.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/udev/udev-092/local.rules b/meta/packages/udev/udev-092/local.rules index d053334652..2308b52c4a 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*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,*a0,1,*18,*", SYMLINK+="input/touchscreen0" |