summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03gitlab CI: drop custom scheduled handling, set FDO_FORCE_REBUILD insteadPeter Hutterer2-33/+10
2020-07-01tools: change the error message for missing toolsPeter Hutterer2-3/+2
2020-07-01meson.build: don't install the quirks in a further 'quirks' subdirectoryPeter Hutterer1-2/+3
2020-06-30gitlab CI: move the MR check to the deploy stagePeter Hutterer2-2/+2
2020-06-26doc: don't ship the .doctree files with the documentationPeter Hutterer1-0/+1
2020-06-17Add quirks file for Sony Vaio LaptopJohn Rodriguez1-0/+8
2020-06-17meson.build: use install_subdir() to install the quirks filesPeter Hutterer3-57/+18
2020-06-17Replace strneq() with strstartswith() for variable prefixesPeter Hutterer4-16/+6
2020-06-17utils: add strstartswith() and strendswith() utility functionsPeter Hutterer2-0/+76
2020-06-17quirks: fix Apple external trackpad v2 thresholdsYariv Barkan1-0/+20
2020-06-15gitlab CI: check merge requests for the allow collaboration checkboxPeter Hutterer2-0/+36
2020-06-15gitlab CI: use ci-fairy for commit message checksPeter Hutterer3-130/+4
2020-06-04tools: per-slot-delta: if a NONE touch gets data, assume it's startingPeter Hutterer1-4/+20
2020-06-04tools: per-slot-delta: construct the right InputEventPeter Hutterer1-10/+2
2020-06-03evdev: filter unreliable tablet mode switch eventsPeter Hutterer5-8/+106
2020-06-03test: fix a bunch of checks for a given switchPeter Hutterer1-14/+14
2020-06-03evdev: a device without any seat caps is an unhandled devicePeter Hutterer2-5/+26
2020-06-03fallback: add missing curly braces to match the coding stylePeter Hutterer1-1/+2
2020-06-03touchpad: correct the tap state transitions for a palm on TOUCH_BEGINPeter Hutterer2-1/+36
2020-06-03test: move the check for edge palms on devices to litest properPeter Hutterer2-37/+37
2020-06-03touchpad: add touch state debugging to the palm and tap state debug logsPeter Hutterer3-2/+18
2020-06-03gitlab CI: alpine needs pip explicitly installed nowPeter Hutterer2-6/+6
2020-06-02Ignore key repeat in all backendsPeter Hutterer4-0/+16
2020-05-27Allow the flat acceleration profile for touchpadsEvan Goode5-65/+175
2020-05-26tablet: add support for sendevents on tabletsPeter Hutterer2-0/+42
2020-05-22quirks: Add HP stream x360 11 ModelTabletModeNoSuspend keyboard quirkHans de Goede1-0/+10
2020-05-22tools: replay: allow for missing quirks entry in libinput recordingsPeter Hutterer1-3/+6
2020-05-22test: add a test for disabling the forced prox outPeter Hutterer1-0/+76
2020-05-22tablet: handle a valid prox-out sequence after a forced proximity outPeter Hutterer2-7/+16
2020-05-22Revert "tablet: don't disable the proximity quirk on good sequences"Peter Hutterer6-49/+19
2020-05-22touchpad: restore thumb detection while keeping fixes from !292Matt Mayfield4-27/+62
2020-05-21Deprecate wheel tilt as separate axis sourcePeter Hutterer6-70/+9
2020-05-21quirks: mark the 0x233 razer keyboard as internalPeter Hutterer1-0/+7
2020-05-13evdev: warn if our event processing lags by 10ms or morePeter Hutterer6-3/+89
2020-05-13test: fix the lookup for the timer offset warningsPeter Hutterer1-1/+1
2020-05-12touchpad: correct a comment regarding the touchpad integrationPeter Hutterer1-4/+9
2020-05-08Lenovo X201 Tablet: Added bezel buttons support in tablet modeTroels Blicher Petersen1-0/+5
2020-04-19tools: measure-fuzz: sleep for 2 seconds to give the hwdb timePeter Hutterer1-2/+2
2020-04-19tools: measure-fuzz: fix the tool to work againPeter Hutterer1-6/+23
2020-04-19tools: measure-fuzz: run systemd-hwdb update, not udevadm hwdbPeter Hutterer1-2/+2
2020-04-19tools: measure-fuzz: handle a None return correctlyPeter Hutterer1-1/+1
2020-04-18gitlab CI: Ubuntu 19.04 is EOL, drop itPeter Hutterer2-35/+0
2020-04-16tools: per-slot-delta: skip the extra evbit indirectionPeter Hutterer1-13/+12
2020-04-16gitlab ci: fix a templating whitespace issuePeter Hutterer2-3/+1
2020-04-11tools: per-slot-delta: drop an unused variablePeter Hutterer1-2/+0
2020-04-11tools: per-slot-delta: always mark slot 0 as usedPeter Hutterer1-0/+1
2020-04-11tools: per-slot-delta: add arguments to set a threshold and ignore-belowPeter Hutterer2-63/+102
2020-04-11tools: per-slot-delta: init the slots with the right indexPeter Hutterer1-2/+4
2020-04-11tools: per-slot-delta: move printing the slot data into a helper functionPeter Hutterer1-28/+37
2020-04-11tools: per-slot-delta: print the BTN_TOUCH etc. bits in-linePeter Hutterer2-18/+43