summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)HEADmasterKeith Packard2-8/+12
2016-05-31Support XINPUT ABI version 23 (threaded input)Keith Packard3-6/+24
2016-05-31Report errors when attempting to write keyboard controlsKeith Packard1-1/+4
2016-05-12Restore non-xy axes updatesPeter Hutterer1-0/+1
2016-04-29evdev 2.10.2Peter Hutterer1-1/+1
2016-04-27Prevent buffer overrun accessing btn_labelsPeter Hutterer1-0/+3
2016-01-20Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer1-10/+3
2016-01-20Restore wheel emulation for absolute devicesPeter Hutterer1-3/+14
2016-01-14man: add a warning that wheel emu inertia must be set and it isn't inertiaPeter Hutterer1-0/+13
2016-01-08evdev 2.10.1Peter Hutterer1-1/+1
2015-11-13Only map x and y to axes 0 and 1Peter Hutterer1-3/+8
2015-10-28evdev 2.10.0Peter Hutterer1-1/+1
2015-08-27Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen4-13/+34
2015-05-18Add the default evdev configPeter Hutterer3-0/+48
2015-03-27Bump to 2.9.99Peter Hutterer1-1/+1
2015-03-16Unconditionally require mtdevPeter Hutterer1-1/+1
2015-03-16Always check for a return value on creating a propertyPeter Hutterer1-6/+18
2015-03-13Invert a condition to reduce nestingPeter Hutterer1-13/+13
2015-03-11Disable axis faking and MT event processing on fake MT devicesPeter Hutterer2-0/+16
2015-03-11Invert two conditions to reduce nestingPeter Hutterer1-31/+31
2015-03-11Factor out MT axis counting into a separate functionPeter Hutterer1-28/+37
2015-03-11Split android axis simulation into a helper functionPeter Hutterer1-22/+39
2015-03-11Require multitouch/smooth scrolling dependenciesPeter Hutterer3-119/+2
2015-02-13Drop evdev-specific XKB defaultsPeter Hutterer1-13/+10
2015-01-23Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer1-0/+8
2014-12-23Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald1-3/+29
2014-12-17Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet1-33/+16
2014-12-17Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet1-6/+12
2014-12-17Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet1-20/+25
2014-12-17drop the pEvdev->delta arrayÉric Brunet2-26/+33
2014-12-17Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet3-37/+47
2014-11-26evdev 2.9.1Peter Hutterer1-1/+1
2014-11-07Remove three unused #definesPeter Hutterer1-4/+0
2014-09-29Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet2-24/+14
2014-08-29Drop some unused #definesPeter Hutterer1-6/+0
2014-08-18If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer1-1/+3
2014-08-18Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer1-38/+44
2014-08-18Make the slot-state per slotPeter Hutterer2-28/+53
2014-05-20evdev 2.9.0Peter Hutterer1-1/+1
2014-05-07Use the server's device list for duplicate detection (#78309)Peter Hutterer1-60/+12
2014-04-29evdev 2.8.99.1Peter Hutterer1-1/+1
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer1-4/+4
2014-04-29Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer1-2/+2
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer1-2/+2
2014-03-10evdev: Add support for server managed fdsHans de Goede1-21/+28
2013-10-22Fix wheel emulation for absolute device (#68415)Peter Hutterer2-26/+37
2013-10-21Export smooth scroll settings as an XInput property.Peter De Wachter3-16/+77
2013-10-21Add configuration options for smooth scrolling.Peter De Wachter3-6/+40
2013-10-14Use num_slots where appropriatePeter Hutterer1-15/+4
2013-10-07Merge branch 'libevdev'Peter Hutterer5-275/+216