emenlow:: 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>
This commit is contained in:
Ross Burton 2013-09-19 00:48:19 +01:00 committed by Tom Zanussi
parent 08c9685951
commit 363a5f2c2e
2 changed files with 0 additions and 10 deletions

View File

@ -20,8 +20,3 @@ Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection

View File

@ -41,8 +41,3 @@ Section "ServerLayout"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "DevInputMice" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection