]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
xserver-xf86-config: re-enable AutoAddDevices for beagleboard
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 29 May 2013 15:01:12 +0000 (16:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 May 2013 21:25:11 +0000 (22:25 +0100)
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].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf

index 0335e6af7615003d167821751a56d842daf3fad6..264f3c91ad8471c4d15cdfec70e4907ffad23810 100644 (file)
@@ -30,5 +30,4 @@ EndSection
 
 Section "ServerFlags"
        Option          "DontZap"  "0"
-        Option         "AutoAddDevices" "False"
 EndSection