Go to file
Dan Nicholson 42e8c9224e xfree86: Introduce InputClass configuration
Currently Xorg uses hal's fdi files to decide what configuration options
are applied to automatically added input devices. This is sub-optimal
since it requires users to use a new and different configuration store
than xorg.conf.

The InputClass section attempts to provide a system similar to hal where
configuration can be applied to all devices with certain attributes. For
now, devices can be matched to:

* A substring of the product name via a MatchProduct entry
* A substring of the vendir name via a MatchVendor entry
* A pathname pattern of the device file via a MatchDevicePath entry
* A device type via boolean entries for MatchIsKeyboard, MatchIsPointer,
  MatchIsJoystick, MatchIsTablet, MatchIsTouchpad and MatchIsTouchscreen

See the INPUTCLASS section in xorg.conf(5) for more details.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-12-23 05:54:40 -08:00
composite Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
config config: Introduce InputAttributes in NewInputDeviceRequest 2009-12-22 23:24:13 -08:00
damageext Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
dbe Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
dix Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
doc Update man-pages for new default font paths 2009-11-25 13:34:36 -08:00
exa EXA/mixed: Don't consider devKind for detecting dimension change. 2009-12-10 09:11:14 -08:00
fb Update Sun license notices to current X.Org standard form 2009-12-16 17:11:35 -08:00
glx Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
hw xfree86: Introduce InputClass configuration 2009-12-23 05:54:40 -08:00
include xfree86: Introduce InputClass configuration 2009-12-23 05:54:40 -08:00
m4 dolt: add Cygwin to supported platforms 2009-10-13 20:30:22 -07:00
mi Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
miext Miscellaneous compilation warning fixes 2009-12-08 15:50:28 -08:00
os Merge remote branch 'alanc/master' 2009-12-16 21:58:44 -08:00
randr Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
record Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
render Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
test test/xi2: fail if xi2 class type is garbage. (#25492) 2009-12-22 21:30:52 -08:00
Xext Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
xfixes Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
Xi config: Introduce InputAttributes in NewInputDeviceRequest 2009-12-22 23:24:13 -08:00
xkb Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac xfree86: Introduce InputClass configuration 2009-12-23 05:54:40 -08:00
COPYING Update Sun license notices to current X.Org standard form 2009-12-16 17:11:35 -08:00
cpprules.in Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is active 2009-10-06 19:40:20 -07:00
Makefile.am INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 2009-11-11 21:44:24 -08:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Since font modules are dead, don't mention them in xorg-server.pc 2009-07-09 17:21:07 -04:00