From fee90862badcc8dada39ba07ec25489f1e9cc34d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Sep 2013 00:48:24 +0100 Subject: 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 Acked-by: Darren Hart --- .../recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf') 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" # InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "DevInputMice" "SendCoreEvents" EndSection - -Section "ServerFlags" - Option "DontZap" "0" - Option "AutoAddDevices" "False" -EndSection -- cgit v1.2.3-54-g00ecf