summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-11-17mi:Peter Hutterer1-0/+3
2006-11-17dix: moved isMPdev field to end of _DeviceIntRec structurePeter Hutterer3-34/+64
2006-11-16mieq: EQ processing handles MP devicesPeter Hutterer1-1/+4
2006-11-16dix: added isMPdev field to _DeviceIntRec, is used in GetPointerEvents()Peter Hutterer1-3/+3
2006-11-16dix:Peter Hutterer2-2/+42
2006-11-15removed unused variables drag and local from xf86PostMotionEventPeter Hutterer1-2/+0
2006-11-14Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.Matthias Hopf1-1/+1
2006-11-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverJeremy C. Reed230-43004/+5634
2006-11-13On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
2006-11-13DRI: call drmSetServerInfo() before drmOpen().George Sapountzis3-470/+4
2006-11-09Fix typo before the last commit.Eric Anholt1-1/+1
2006-11-09Bug #8868: Remove drm from SUBDIRS now that the directory is gone.Eric Anholt1-2/+2
2006-11-09make X server use system libdrm - this requires libdrm >= 2.3.0Dave Airlie13-5136/+101
2006-11-08'make dist' fixes.Adam Jackson1-3/+0
2006-11-08xfree86/linux acpi: fix tokenisingBram Verweij1-1/+1
2006-11-08remove trailing whitespaceDaniel Stone2-107/+107
2006-11-08xfree86: remove xf86Keymap.hDaniel Stone2-455/+0
2006-11-08xfree86: add general handler, port ACPI to it (bug #5665)Daniel Stone3-16/+93
2006-11-08kdrive/sdl: fix compilationDaniel Stone1-92/+52
2006-11-08xfree86/xf86misc: warning fixesDaniel Stone1-4/+0
2006-11-08xfree86/os-support: update prototype for OSRingBellDaniel Stone1-1/+1
2006-11-08remove XFree86 changelogs (bug #7262)Erik Andren3-20358/+0
2006-11-07Merge branch 'autoconfig-for-7.2'Adam Jackson8-438/+797
2006-11-07Fix build on FreeBSD after input-hotplug.Eric Anholt1-0/+5
2006-11-06Improve vm86 error handling in Xvesa.Juliusz Chroboczek1-15/+16
2006-11-06Fix typo in Xvesa: incorrect reporting of DAC capabilities.Juliusz Chroboczek1-1/+1
2006-11-04automake: avoid use of reserved _SOURCES keyword (bug #8866)Bernhard Rosenkraenzer2-13/+13
2006-11-04xfree86/hurd: remove OsMouseProc (bug #5613)Samuel Thibault1-80/+0
2006-11-04xfree86/hurd: add bell support, remove SERVER/LOADER defines (bug #5613)Samuel Thibault2-2/+37
2006-11-04kdrive: make building of Linux support conditional (bug #5613)Samuel Thibault1-1/+5
2006-11-03Fix standard VESA modes.Aaron Plattner1-3/+3
2006-11-03Do not map full 0-1MB legacy rangeBjorn Helgaas1-13/+7
2006-11-03Fixing mach64 driver bailing out on ia64Egbert Eich1-3/+1
2006-11-03Fix device path in altixPCI.c to be domain aware.Matthias Hopf1-3/+6
2006-11-03Add domain support to linuxPciOpenFile().Matthias Hopf1-22/+68
2006-11-03Fixing domain support for ia64Matthias Hopf2-2/+105
2006-11-03Fix 2 warnings.Matthias Hopf1-3/+3
2006-11-03Fix obviously wrong boundary checks + cleanup unused vars.Matthias Hopf1-5/+4
2006-11-03Added linux 2.6 compatible domain aware device scanning code.Matthias Hopf3-13/+67
2006-11-03Make int10 fully domain aware.Egbert Eich1-7/+6
2006-11-03Added missing domain stripping in already domain aware code.Matthias Hopf1-2/+2
2006-11-03Build with -D_PC on ix86 only.Matthias Hopf1-3/+8
2006-11-02Convert Xprt DDX to new motion history apiAlan Coopersmith1-2/+2
2006-11-02Remove references to xf86Info.kbd* from solaris codeAlan Coopersmith1-31/+0
2006-11-02sun_bell.c needs to #include "xf86_OSlib.h"Alan Coopersmith1-0/+1
2006-11-02xfree86/os-support: axe more unused filesDaniel Stone3-3/+1
2006-11-02xfree86/os-support: remove unused file from distDaniel Stone1-2/+1
2006-11-02xfree86: don't attempt to enable and disable non-DIX devicesDaniel Stone1-5/+10
2006-11-02Merge branch 'input-hotplug'Daniel Stone180-16840/+5156
2006-11-02xfree86: allow starting with no input devicesDaniel Stone2-4/+20