xserver/hw/xfree86
Ander Conselvan de Oliveira efa31092d6 xfree86: Remove device from inputInfo.devices if ActivateDevice failed.
After the call to xf86ActivateDevice, the new device will be added to
inputInfo.devices. However, if the subsequent call to ActivateDevice
fails, the correponding InputInfoRec for the device is deleted but an
entry still remains in inputInfo.devices. This might lead to a server
crash later on (on InitAndStartDevices for instance) when the device
control proc would be called for an invalid device.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-15 12:17:57 +10:00
..
common xfree86: Remove device from inputInfo.devices if ActivateDevice failed. 2009-04-15 12:17:57 +10:00
ddc DDC: Redo extended device probe slightly. 2009-02-27 12:45:19 -05:00
dixmods Remove dead XTest code from extmod 2009-03-04 10:27:30 -05:00
doc Remove references to rgb.txt from files section of Xserver and Xorg man pages 2009-02-27 14:42:59 +00:00
dri DRI1: Make DRICreateDrawable return TRUE for pixmaps. 2009-02-23 16:52:51 +01:00
dri2 DRI2: Synchronize the contents of the real and fake front-buffers 2009-04-10 12:00:36 -07:00
exa Revert "EXA: Handle separate alpha maps properly in Composite fallback." 2009-02-27 16:37:27 +01:00
fbdevhw fbdevHWGetRec() doesn't return the private data 2009-02-04 09:53:03 +10:00
i2c Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
int10 Fix "warning: XXX defined but not used" 2009-02-04 09:41:40 +10:00
loader Don't leak canonical module name and patterns if module is built-in 2009-04-01 15:56:55 -07:00
modes xfree86: edid quirk for Philips LCD LP154W01-TLAJ 2009-04-01 20:05:23 +02:00
os-support Fix unused var warning from pci cleanups. 2009-04-14 10:35:44 -04:00
parser config: fix crash caused by strdup(NULL) 2009-04-09 02:29:28 -04:00
ramdac xfree86: ANSI cleanups 2009-01-11 08:54:11 +01:00
shadowfb xfree86: don't mix declarations and code 2009-01-11 08:54:11 +01:00
utils Make cvt complain about invalid arguments more often. 2009-01-06 08:58:53 -08:00
vbe Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
vgahw xfree86: ANSI cleanups 2009-01-11 08:54:11 +01:00
x86emu Convert libx86emu.a to a "libtool convenience library". 2008-12-07 18:31:32 -02:00
xaa Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no". 2009-02-03 13:49:19 -08:00
xf8_16bpp Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Explicitly add libxorg_la_LIBADD to libxorg_la_DEPENDENCIES 2009-01-25 19:19:01 -02:00
xorgconf.cpp Update sample xorg.conf file 2008-12-02 14:35:45 -08:00