diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-29 16:01:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-29 22:25:41 +0100 |
commit | 5cb59cc6910d8f3165528c4a71e29e4de897d242 (patch) | |
tree | 6f469931dfc61471d7af1a8393ae01dc941a626f | |
parent | 2f061472581e00e59be0311b8b6a85c43e979722 (diff) | |
download | poky-5cb59cc6910d8f3165528c4a71e29e4de897d242.tar.gz |
yocto-bsp: re-enable AutoAddDevices in xorg.conf for generated BSPs
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.
(From meta-yocto rev: e06ab1e030e8cfbc259500b1a0b958fe752fb872)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver == "y": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver == "y": }} xorg.conf index 0335e6af76..264f3c91ad 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver == "y": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver == "y": }} 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 |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_emgd": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_emgd": }} xorg.conf index 662f60f349..33474379bb 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_emgd": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_emgd": }} xorg.conf | |||
@@ -44,5 +44,4 @@ EndSection | |||
44 | 44 | ||
45 | Section "ServerFlags" | 45 | Section "ServerFlags" |
46 | Option "DontZap" "0" | 46 | Option "DontZap" "0" |
47 | Option "AutoAddDevices" "False" | ||
48 | EndSection | 47 | EndSection |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf index 96b94b46c7..b658f40d0e 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf | |||
@@ -22,5 +22,4 @@ EndSection | |||
22 | 22 | ||
23 | Section "ServerFlags" | 23 | Section "ServerFlags" |
24 | Option "DontZap" "0" | 24 | Option "DontZap" "0" |
25 | Option "AutoAddDevices" "False" | ||
26 | EndSection | 25 | EndSection |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf index da4fc3c643..ae58e2b3e2 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf | |||
@@ -22,5 +22,4 @@ EndSection | |||
22 | 22 | ||
23 | Section "ServerFlags" | 23 | Section "ServerFlags" |
24 | Option "DontZap" "0" | 24 | Option "DontZap" "0" |
25 | Option "AutoAddDevices" "False" | ||
26 | EndSection | 25 | EndSection |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf index 96b94b46c7..b658f40d0e 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_i915": }} xorg.conf | |||
@@ -22,5 +22,4 @@ EndSection | |||
22 | 22 | ||
23 | Section "ServerFlags" | 23 | Section "ServerFlags" |
24 | Option "DontZap" "0" | 24 | Option "DontZap" "0" |
25 | Option "AutoAddDevices" "False" | ||
26 | EndSection | 25 | EndSection |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf index da4fc3c643..ae58e2b3e2 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/{{=machine}}/{{ if xserver_choice == "xserver_vesa": }} xorg.conf | |||
@@ -22,5 +22,4 @@ EndSection | |||
22 | 22 | ||
23 | Section "ServerFlags" | 23 | Section "ServerFlags" |
24 | Option "DontZap" "0" | 24 | Option "DontZap" "0" |
25 | Option "AutoAddDevices" "False" | ||
26 | EndSection | 25 | EndSection |