summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-08evdev 2.10.1xf86-input-evdev-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.0xf86-input-evdev-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.1xf86-input-evdev-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.0xf86-input-evdev-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.1xf86-input-evdev-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
2013-10-07bump to 2.8.99Peter Hutterer1-1/+1
2013-10-07Map REL_DIAL to vertical scrollingPeter De Wachter1-1/+1
2013-10-04Use libevdev as backendPeter Hutterer5-271/+214
2013-09-10Use helper function for counting slotsPeter Hutterer1-2/+1
2013-09-10Drop ABS_MT_SLOT minimum - the kernel guarantees a minimum of 0Peter Hutterer1-3/+2
2013-08-28Remove a commentPeter Hutterer1-1/+0
2013-08-28Don't use mtdev for protocol B devicesPeter Hutterer1-19/+58
2013-08-13Write a SYN_REPORT after the last LEDPeter Hutterer1-1/+5
2013-07-11evdev 2.8.1xf86-input-evdev-2.8.1Peter Hutterer1-1/+1