summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)AuthorFilesLines
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-27Prevent buffer overrun accessing btn_labelsPeter Hutterer1-0/+3
2016-01-20Restore wheel emulation for absolute devicesPeter Hutterer1-3/+14
2015-11-13Only map x and y to axes 0 and 1Peter Hutterer1-3/+8
2015-08-27Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen1-6/+18
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 Hutterer1-0/+15
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 Hutterer1-93/+0
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 Brunet1-25/+33
2014-12-17Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet1-33/+42
2014-11-07Remove three unused #definesPeter Hutterer1-4/+0
2014-09-29Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet1-20/+12
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 Hutterer1-27/+49
2014-05-07Use the server's device list for duplicate detection (#78309)Peter Hutterer1-60/+12
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 Hutterer1-22/+30
2013-10-21Export smooth scroll settings as an XInput property.Peter De Wachter1-14/+67
2013-10-21Add configuration options for smooth scrolling.Peter De Wachter1-6/+24
2013-10-14Use num_slots where appropriatePeter Hutterer1-15/+4
2013-10-07Merge branch 'libevdev'Peter Hutterer1-263/+208
2013-10-07Map REL_DIAL to vertical scrollingPeter De Wachter1-1/+1
2013-10-04Use libevdev as backendPeter Hutterer1-259/+206
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-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-05-31Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer1-1/+1
2013-05-31Drop cached name and led_bitmask - nothing reads thisPeter Hutterer1-18/+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 Hutterer1-0/+13
2013-02-12Return BadValue if EvdevOpenMTDev failsPeter Hutterer1-1/+1
2013-02-12Make errors on EVIOCGBIT more obviousPeter Hutterer1-9/+9