diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-09-19 00:48:19 +0100 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-09-20 18:31:37 -0500 |
| commit | 363a5f2c2e391ccd63ae103dcb5b03ce7ead76c6 (patch) | |
| tree | 338fd80cd23b9805de7476d3fc946646fec61a7a | |
| parent | 08c968595158a047f410a996ebfdfb834b631eda (diff) | |
| download | meta-intel-363a5f2c2e391ccd63ae103dcb5b03ce7ead76c6.tar.gz | |
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>
| -rw-r--r-- | meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf | 5 | ||||
| -rw-r--r-- | meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf index aa6f32b4..3316e541 100644 --- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf +++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf | |||
| @@ -20,8 +20,3 @@ Section "ServerLayout" | |||
| 20 | Identifier "Default Layout" | 20 | Identifier "Default Layout" |
| 21 | Screen "Default Screen" | 21 | Screen "Default Screen" |
| 22 | EndSection | 22 | EndSection |
| 23 | |||
| 24 | Section "ServerFlags" | ||
| 25 | Option "DontZap" "0" | ||
| 26 | Option "AutoAddDevices" "False" | ||
| 27 | EndSection | ||
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf index 662f60f3..52179631 100644 --- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf +++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf | |||
| @@ -41,8 +41,3 @@ Section "ServerLayout" | |||
| 41 | # InputDevice "Keyboard0" "CoreKeyboard" | 41 | # InputDevice "Keyboard0" "CoreKeyboard" |
| 42 | # InputDevice "DevInputMice" "SendCoreEvents" | 42 | # InputDevice "DevInputMice" "SendCoreEvents" |
| 43 | EndSection | 43 | EndSection |
| 44 | |||
| 45 | Section "ServerFlags" | ||
| 46 | Option "DontZap" "0" | ||
| 47 | Option "AutoAddDevices" "False" | ||
| 48 | EndSection | ||
