aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-141
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-18 12:19:34 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-18 12:19:34 +0200
commit7790e2eda389c53cdad3568785581669579f51ed (patch)
treebd6330760a0938535ac0e8549b5924076f3e4853 /recipes/udev/udev-141
parent5c194b6adf18131d5ed9fc7cf47662b8cacb089e (diff)
downloadopenembedded-7790e2eda389c53cdad3568785581669579f51ed.tar.gz
udev 141: add fb0 -> fb symlink to make X happy
* X starts, but hal doesn't see devices anymore
Diffstat (limited to 'recipes/udev/udev-141')
-rw-r--r--recipes/udev/udev-141/local.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/udev/udev-141/local.rules b/recipes/udev/udev-141/local.rules
index a4866923fd..4e80a71d80 100644
--- a/recipes/udev/udev-141/local.rules
+++ b/recipes/udev/udev-141/local.rules
@@ -24,6 +24,9 @@ SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
# The first rtc device is symlinked to /dev/rtc
KERNEL=="rtc0", SYMLINK+="rtc"
+#The first framebuffer is symlinked to /dev/fb
+KERNEL=="fb0", SYMLINK+="fb"
+
# Try and modprobe for drivers for new hardware
ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"