From 2f061472581e00e59be0311b8b6a85c43e979722 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 29 May 2013 16:01:12 +0100 Subject: 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 rev: 214bc44e119ca808e59d28a21a6626c6f8e03cf7) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- .../xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto-bsp/recipes-graphics') 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 Section "ServerFlags" Option "DontZap" "0" - Option "AutoAddDevices" "False" EndSection -- cgit v1.2.3-54-g00ecf