summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-19 00:48:24 +0100
committerTom Zanussi <tom.zanussi@intel.com>2013-09-20 18:31:54 -0500
commitfee90862badcc8dada39ba07ec25489f1e9cc34d (patch)
treecaca6fcabcedb360420faf7e748fda3e39bc27d0 /meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
parent363a5f2c2e391ccd63ae103dcb5b03ce7ead76c6 (diff)
downloadmeta-intel-fee90862badcc8dada39ba07ec25489f1e9cc34d.tar.gz
fri2: 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-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf')
-rw-r--r--meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
index 8c315658..a9211e78 100644
--- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
+++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
@@ -58,8 +58,3 @@ Section "ServerLayout"
58 # InputDevice "Keyboard0" "CoreKeyboard" 58 # InputDevice "Keyboard0" "CoreKeyboard"
59 # InputDevice "DevInputMice" "SendCoreEvents" 59 # InputDevice "DevInputMice" "SendCoreEvents"
60EndSection 60EndSection
61
62Section "ServerFlags"
63 Option "DontZap" "0"
64 Option "AutoAddDevices" "False"
65EndSection