summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Add support for server managed fdsHEADmasterHans de Goede6-17/+39
2014-03-13Add a generic jstkCloseDevice helper functionHans de Goede5-33/+27
2014-03-13Use jstkCloseDevice_* on error in jstkOpenDevice_* backend functionsHans de Goede3-35/+22
2013-10-10Handle DEVICE_ABORT for input ABI 19.1Peter Hutterer1-0/+5
2013-01-16joystick 1.6.2Sascha Hlusiak1-1/+1
2013-01-16config: warning in default xorg.conf.d snippet: do not enable by defaultSascha Hlusiak1-0/+4
2013-01-16jast_axis: tune accelerated axis transformation to better work with circular ...Sascha Hlusiak1-2/+55
2013-01-16backend_evdev: fix scaling overflow for high resolution axesSascha Hlusiak1-2/+24
2013-01-14Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSGaetan Nadon1-1/+1
2012-10-03configure: enable debug output code by defaultSascha Hlusiak1-3/+3
2012-10-03man: more manpage tuning and polishingSascha Hlusiak1-45/+59
2012-10-03config: mention floating option in xorg.conf.d snippetSascha Hlusiak1-0/+3
2012-10-03man: mention use cases for when to use the module and when not toSascha Hlusiak1-9/+30
2012-10-03man: some typos and grammar fixesSascha Hlusiak1-13/+13
2012-10-03man: point out that the joystick module is not a joystick driverPeter Hutterer1-1/+7
2012-09-25silence compiler warningsSascha Hlusiak3-10/+10
2012-03-11joystick 1.6.1Sascha Hlusiak1-1/+1
2011-11-13Copy pInfo->driver to option list to fix hotplugging of keyboard deviceSascha Hlusiak1-0/+1
2011-11-13man: valuators are not added automaticallySascha Hlusiak1-3/+0
2011-11-13Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-input...Sascha Hlusiak1-21/+44
2011-11-02Deal with opaque input option types.Peter Hutterer1-15/+38
2011-10-31Fix option type for option duplicationPeter Hutterer1-8/+8
2011-10-16label buttons and axesSascha Hlusiak2-7/+40
2011-09-06unify capitalization of joystick propertiesDevin J. Pohly1-1/+1
2011-07-18Return proper default for unknown values in pInfo->device_control.Terry Lambert2-2/+3
2011-04-20joystick 1.6.0Sascha Hlusiak1-1/+1
2011-04-20Updated man page to reflect latest changesSascha Hlusiak1-27/+20
2011-04-20Added xorg.conf.d example snippedSascha Hlusiak2-1/+52
2011-04-20Revert "config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thi...Sascha Hlusiak1-3/+1
2011-04-20Free pInfo->private only once to fix server crash on unplug (bug #35391)Sascha Hlusiak1-7/+20
2011-04-06joystick 1.5.99.901Peter Hutterer1-1/+1
2010-12-16Support input ABI 12Peter Hutterer4-141/+129
2010-12-16Get the option values from pInfo instead of from the IDevRec.Peter Hutterer1-19/+19
2010-12-16Don't call xf86OptionListReport()Peter Hutterer2-2/+0
2010-12-16Purge use of XI_PRIVATE macro.Peter Hutterer3-4/+7
2010-12-16Drop close_proc, conversion_proc, reverse_conversion_procPeter Hutterer2-38/+0
2010-12-16Don't handle history_size in the driver.Peter Hutterer1-2/+1
2010-12-16Require server 1.9, drop pre-ABI 11 support.Peter Hutterer5-355/+6
2010-12-16Remove usage of XI86_POINTER_CAPABLE flag.Peter Hutterer1-2/+1
2010-12-16Replace LocalDevicePtr with InputInfoPtrPeter Hutterer6-102/+102
2010-12-15Bump to 1.5.99Peter Hutterer1-1/+1
2010-10-18Code cleanup, bad structure initialization.Trevor Woerner1-4/+2
2010-10-18Deprecated code cleanup.Trevor Woerner3-10/+10
2010-06-11COPYING: replace stub file with Copyright noticesGaetan Nadon1-10/+39
2010-06-11config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdpartyGaetan Nadon1-1/+3
2010-06-11config: EXTRA_DIST is redundantGaetan Nadon1-2/+0
2010-06-11config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-23/+6
2010-06-11config: fix warnings, m4 quoting and layoutGaetan Nadon1-50/+56
2010-06-11config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-06-11config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0