summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+15
2016-10-26xfree86: swap the list of paused devices to an xorg_listPeter Hutterer1-11/+20
2016-10-26xfree86: use the right option traversal list to search for an optionPeter Hutterer1-11/+7
2016-08-12xfree86: lock input during PreInitPeter Hutterer1-0/+2
2016-08-12xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()Peter Hutterer1-1/+1
2016-07-18xfree86: if ATTR_KEYBOARD is set, match for keyboardsPeter Hutterer1-1/+1
2016-06-10Allow ConstantDeceleration < 1.0Eric Biggers1-1/+1
2016-06-08Allow compile-time selection of a fallback input driverPeter Hutterer1-8/+31
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-4/+4
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+3
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaƩrcio de Sousa1-1/+1
2015-12-21xfree86: move check for driver->PreInit upPeter Hutterer1-11/+11
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer1-7/+10
2015-11-24xfree86: fix minor memory leakPeter Hutterer1-1/+4
2015-05-20dix: hook up the unaccelerated valuator masksPeter Hutterer1-0/+4
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-2/+3
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-34/+7
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-6/+3
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+4
2014-03-13xf86Xinput: release server managed fd before removing the device from the listHans de Goede1-5/+5
2014-03-11xfree86: handle xorg.conf devices with logindPeter Hutterer1-2/+20
2014-03-03systemd-logind: Add delayed input device probingHans de Goede1-4/+45
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede1-0/+18
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede1-0/+6
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12xfree86/common: handle string constants in xf86Xinput configurationKeith Packard1-2/+2
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-5/+5
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2012-05-23xfree86: fix mouse wheel support for DGA clientsMarcin Slusarz1-16/+78
2012-03-21Introduce a consistent coding styleKeith Packard1-248/+220
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-5/+5
2012-01-05xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-19Add the touch input API stubsDaniel Stone1-0/+24
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-3/+2
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer1-1/+1
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-19/+0
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-2/+3
2011-10-13xfree86: remove xf86XInputSetScreenPeter Hutterer1-19/+0
2011-10-03Merge remote-tracking branch 'herrb/master'Keith Packard1-1/+2
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb1-1/+2
2011-09-29input: switch InitValuatorAxisStruct to return BoolPeter Hutterer1-4/+4
2011-09-27xfree86: expose Option "TransformationMatrix"Peter Hutterer1-0/+29
2011-09-27xfree86: fix comment typoPeter Hutterer1-1/+1
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer1-1/+1
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-16/+14
2011-08-22xfree86: comment typo fixPeter Hutterer1-1/+1
2011-07-27xfree86: Remove devices that failed to enable on startupPeter Hutterer1-0/+1