diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-29 15:01:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-03 16:58:15 +0100 |
commit | beda5013e46da16a3d76f095869a5a5c5b1bc08a (patch) | |
tree | 061fe1643730d1bde22b638f72b58a296130f5a5 | |
parent | 4fe205a18148e7abd48eb4405e3de25267c9fdb2 (diff) | |
download | poky-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>
-rw-r--r-- | meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf | 1 |
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 | ||
31 | Section "ServerFlags" | 31 | Section "ServerFlags" |
32 | Option "DontZap" "0" | 32 | Option "DontZap" "0" |
33 | Option "AutoAddDevices" "False" | ||
34 | EndSection | 33 | EndSection |