All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard
@ 2013-05-29 15:01 Paul Eggleton
  2013-05-29 15:05 ` Burton, Ross
  2013-05-29 15:56 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-05-29 15:01 UTC (permalink / raw)
  To: poky

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>
---
 .../xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf               | 1 -
 1 file changed, 1 deletion(-)

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 0335e6a..264f3c9 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
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-29 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 15:01 [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard Paul Eggleton
2013-05-29 15:05 ` Burton, Ross
2013-05-29 15:56 ` Martin Jansa
2013-05-29 16:17   ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.