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

View File

@ -1,26 +0,0 @@
Section "Device"
Identifier "Generic VESA"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic VESA"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection

View File

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