summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-27Don't allow a wheel emulation inertia of 0 (#66125)Peter Hutterer1-1/+1
2013-05-31Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer1-1/+1
2013-05-31Drop cached name and led_bitmask - nothing reads thisPeter Hutterer2-20/+0
2013-05-31Switch default model to pc104.Peter Hutterer1-1/+1
2013-05-01Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...Peter Hutterer1-0/+9
2013-04-16Add option TypeName (#62831)Peter Hutterer3-0/+21
2013-03-26evdev 2.8.0xf86-input-evdev-2.8.0Peter Hutterer1-1/+1
2013-02-12Return BadValue if EvdevOpenMTDev failsPeter Hutterer1-1/+1
2013-02-12Make errors on EVIOCGBIT more obviousPeter Hutterer1-9/+9
2013-01-25Always init axis mapping for the first two rel axes (#59784)Peter Hutterer1-0/+5
2013-01-25Merge branch 'touch-axis-swap'Peter Hutterer1-54/+72
2013-01-23Allow relative scroll valuators on absolute devices (#54387)Peter Hutterer1-5/+83
2013-01-23Split rel and abs axis mapping into two separate arraysPeter Hutterer3-42/+29
2013-01-23Move some stuff into the new alloc functionPeter Hutterer1-11/+18
2013-01-23Move allocation of EvdevRec into a helper functionPeter Hutterer1-1/+8
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson1-1/+0
2013-01-14Handle axis swap, calibration, and inversion for touch events (#59340)Peter Hutterer1-0/+3
2013-01-14Move calibration adjustments to helper functionPeter Hutterer1-32/+37