summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-19 00:48:35 +0100
committerTom Zanussi <tom.zanussi@intel.com>2013-09-20 18:32:05 -0500
commitade3cbd98b781f23792ccd80daad10b65089996f (patch)
tree4b39319afa57a2cf51e231884ca72188fdc1ebfe /meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf
parentfee90862badcc8dada39ba07ec25489f1e9cc34d (diff)
downloadmeta-intel-ade3cbd98b781f23792ccd80daad10b65089996f.tar.gz
sys940x: enable input device hotplug in xserver-xf86-config
xorg.conf was disabling hotplugged input devices for no known reason, so remove that option. Also remove the setting of DontZap to the default value for clarity. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf')
-rw-r--r--meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf b/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf
index 73736aca..5266117b 100644
--- a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf
+++ b/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf
@@ -41,8 +41,3 @@ Section "ServerLayout"
41 # InputDevice "Keyboard0" "CoreKeyboard" 41 # InputDevice "Keyboard0" "CoreKeyboard"
42 # InputDevice "DevInputMice" "SendCoreEvents" 42 # InputDevice "DevInputMice" "SendCoreEvents"
43EndSection 43EndSection
44
45Section "ServerFlags"
46 Option "DontZap" "0"
47 Option "AutoAddDevices" "False"
48EndSection