From 50cbe3972bc10c791cd4b670bd741abd2523e2fa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Oct 22 2008 06:12:03 +0000 Subject: * Wed Oct 22 2008 Peter Hutterer - Update xserver-1.5.2-disable-kbd-mouse.patch: add line to xorg.conf man-page stating that devices are disabled if AEI is on. --- diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index b4c4e17..a539e0d 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -526,6 +526,10 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Oct 22 2008 Peter Hutterer +- Update xserver-1.5.2-disable-kbd-mouse.patch: add line to xorg.conf man-page + stating that devices are disabled if AEI is on. + +* Wed Oct 22 2008 Peter Hutterer - fix typo in xserver-1.5.2-no-duplicate-devices.patch * Mon Oct 20 2008 Adam Jackson 1.5.2-8 diff --git a/xserver-1.5.2-disable-kbd-mouse.patch b/xserver-1.5.2-disable-kbd-mouse.patch index fc507fb..584000c 100644 --- a/xserver-1.5.2-disable-kbd-mouse.patch +++ b/xserver-1.5.2-disable-kbd-mouse.patch @@ -94,6 +94,18 @@ index 68dc387..eb4ebfa 100644 autoconfig = TRUE; break; } +diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre +index 0774563..99fcdb3 100644 +--- a/hw/xfree86/doc/man/xorg.conf.man.pre ++++ b/hw/xfree86/doc/man/xorg.conf.man.pre +@@ -698,6 +698,7 @@ the X server to load. Disabled by default. + If enabled, don't add the standard keyboard and mouse drivers, if there are no + input devices in the config file. Enabled by default if AutoAddDevices and + AutoEnableDevices is enabled, otherwise disabled. ++If AllowEmptyInput is on, devices using the kbd or mouse driver are ignored. + .TP 7 + .BI "Option \*qAutoAddDevices\*q \*q" boolean \*q + If this option is disabled, then no devices will be added from HAL events. -- 1.6.0.1