summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-29 15:01:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-03 16:58:15 +0100
commitbeda5013e46da16a3d76f095869a5a5c5b1bc08a (patch)
tree061fe1643730d1bde22b638f72b58a296130f5a5 /meta-yocto-bsp
parent4fe205a18148e7abd48eb4405e3de25267c9fdb2 (diff)
downloadpoky-beda5013e46da16a3d76f095869a5a5c5b1bc08a.tar.gz
xserver-xf86-config: re-enable AutoAddDevices for beagleboard
This was added quite a long time ago because of poor interactions between HAL and the X server when it came to enabling input devices. HAL is long gone and I think it's safe to say we don't need to disable this any longer, especially as it gets in the way of being able to plug in the keyboard/mouse after boot. (This has already effectively been removed for the other BSPs in meta-yocto-bsp). Fixes [YOCTO #1823]. (From meta-yocto master rev: 214bc44e119ca808e59d28a21a6626c6f8e03cf7) (From meta-yocto rev: 82c728dc263984192dddbb7109cbd666a73206ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
index 0335e6af76..264f3c91ad 100644
--- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
+++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
@@ -30,5 +30,4 @@ EndSection
30 30
31Section "ServerFlags" 31Section "ServerFlags"
32 Option "DontZap" "0" 32 Option "DontZap" "0"
33 Option "AutoAddDevices" "False"
34EndSection 33EndSection