summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11Require multitouch/smooth scrolling dependenciesPeter Hutterer
2015-02-13Drop evdev-specific XKB defaultsPeter Hutterer
2015-01-23Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer
2014-12-23Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald
2014-12-17Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet
2014-12-17Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet
2014-12-17Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet
2014-12-17drop the pEvdev->delta arrayÉric Brunet
2014-12-17Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet
2014-11-26evdev 2.9.1xf86-input-evdev-2.9.1Peter Hutterer
2014-11-07Remove three unused #definesPeter Hutterer
2014-09-29Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet
2014-08-29Drop some unused #definesPeter Hutterer
2014-08-18If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer
2014-08-18Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer
2014-08-18Make the slot-state per slotPeter Hutterer
2014-05-20evdev 2.9.0xf86-input-evdev-2.9.0Peter Hutterer
2014-05-07Use the server's device list for duplicate detection (#78309)Peter Hutterer
2014-04-29evdev 2.8.99.1xf86-input-evdev-2.8.99.1Peter Hutterer
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer
2014-04-29Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer
2014-03-10evdev: Add support for server managed fdsHans de Goede
2013-10-22Fix wheel emulation for absolute device (#68415)Peter Hutterer
2013-10-21Export smooth scroll settings as an XInput property.Peter De Wachter
2013-10-21Add configuration options for smooth scrolling.Peter De Wachter
2013-10-14Use num_slots where appropriatePeter Hutterer
2013-10-07Merge branch 'libevdev'Peter Hutterer
2013-10-07bump to 2.8.99Peter Hutterer
2013-10-07Map REL_DIAL to vertical scrollingPeter De Wachter
2013-10-04Use libevdev as backendPeter Hutterer
2013-09-10Use helper function for counting slotsPeter Hutterer
2013-09-10Drop ABS_MT_SLOT minimum - the kernel guarantees a minimum of 0Peter Hutterer
2013-08-28Remove a commentPeter Hutterer
2013-08-28Don't use mtdev for protocol B devicesPeter Hutterer
2013-08-13Write a SYN_REPORT after the last LEDPeter Hutterer
2013-07-11evdev 2.8.1xf86-input-evdev-2.8.1Peter Hutterer
2013-06-27Don't allow a wheel emulation inertia of 0 (#66125)Peter Hutterer
2013-05-31Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer
2013-05-31Drop cached name and led_bitmask - nothing reads thisPeter Hutterer
2013-05-31Switch default model to pc104.Peter Hutterer
2013-05-01Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...Peter Hutterer
2013-04-16Add option TypeName (#62831)Peter Hutterer
2013-03-26evdev 2.8.0xf86-input-evdev-2.8.0Peter Hutterer
2013-02-12Return BadValue if EvdevOpenMTDev failsPeter Hutterer
2013-02-12Make errors on EVIOCGBIT more obviousPeter Hutterer
2013-01-25Always init axis mapping for the first two rel axes (#59784)Peter Hutterer
2013-01-25Merge branch 'touch-axis-swap'Peter Hutterer
2013-01-23Allow relative scroll valuators on absolute devices (#54387)Peter Hutterer
2013-01-23Split rel and abs axis mapping into two separate arraysPeter Hutterer