Find a file
Thomas Jaeger 8490500770 udev: Don't filter subsystem "input"
This allows serial wacom devices to work, whose subsystem is "tty".

Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-02-15 15:27:42 +10:00
composite
config udev: Don't filter subsystem "input" 2010-02-15 15:27:42 +10:00
damageext
dbe
dix dix: move config_init into the DDX. 2010-02-15 09:15:18 +10:00
doc
exa
fb
glx
hw xfree86: Reorder InputClass option priorities 2010-02-15 15:27:42 +10:00
include dix: move config_init into the DDX. 2010-02-15 09:15:18 +10:00
m4
mi
miext
os Merge remote branch 'jturney/master' 2010-02-12 13:36:32 -08:00
randr Don't double-swap the RandR PropertyNotify event 2010-02-12 14:55:19 -08:00
record
render
test dix: EventToCore needs to copy the root window too. 2010-01-27 14:38:16 -08:00
Xext
xfixes
Xi Xi: reset the sli pointers after copying device classes. (#25640) 2010-02-15 15:27:41 +10:00
xkb xkb: sed True -> TRUE and False -> FALSE 2010-02-02 10:03:30 +10:00
.gitignore
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac Bump to 1.7.99.901 -- 1.8 RC1 2010-02-12 13:46:27 -08:00
COPYING
cpprules.in
Makefile.am
README
xorg-server.m4 macros: use PKG_CONFIG variable rather than executable name 2010-01-07 12:57:23 -08:00
xorg-server.pc.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage