A few cleanup patches that have been sitting on the branch for almost a
year. The void driver is a dummy driver that does nothing and just fulfils
the requirements of really old servers that must have an input device.
It is just dead weight for any server released after 2007 or so. Don't use
it.
Alan Coopersmith (4):
Link with $(XORG_LIBS) to support no-undefined linking
Fix an integer truncation warning from clang
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Peter Hutterer (1):
xf86-input-void 1.4.1
Terry Lambert (1):
Return proper default for unknown values in pInfo->device_control.
Alan Coopersmith (2):
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade (1):
Janitor: update for ABI_XINPUT_VERSION >= 5
Peter Hutterer (2):
Check for XINPUT ABI 3.
void 1.2.0
This is a dummy input device for the modular Xorg server. It never
delivers any events, but can be usedas pointer and keyboard device to
run the Xorg server without real core devices.