summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-19 00:48:11 +0100
committerTom Zanussi <tom.zanussi@intel.com>2013-09-20 18:31:27 -0500
commit08c968595158a047f410a996ebfdfb834b631eda (patch)
treeff4a8cb2a234584720dd75199ce720d7b82dbcf7 /meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
parentf9ae3571eae62516fe6f9d62efd212efd9cd217d (diff)
downloadmeta-intel-08c968595158a047f410a996ebfdfb834b631eda.tar.gz
crownbay: 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-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf')
-rw-r--r--meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
index 662f60f3..52179631 100644
--- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
+++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/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