summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-06libinput 1.9.9021.9.902Peter Hutterer1-1/+1
2018-02-06timer: change the timer offset warning to a client bugPeter Hutterer2-4/+26
2018-02-06evdev: log all evdev_msg_* on one linePeter Hutterer2-24/+14
2018-02-05evdev: whitespace fixPeter Hutterer1-1/+1
2018-02-05test: swap KEY_POWER for KEY_VOLUMEUP on the switch key routing testPeter Hutterer1-2/+2
2018-02-01test: don't abort for timer offset errors during valgrind runsPeter Hutterer1-1/+7
2018-02-01test: inhibit nasty keys and switches during test runsPeter Hutterer2-1/+63
2018-02-01test: fix udev rule for hp wmi hotkeys test devicePeter Hutterer1-1/+1
2018-01-23fallback: remove unused DEBOUNCE_TIME settingPeter Hutterer1-2/+0
2018-01-22libinput 1.9.9011.9.901Peter Hutterer1-1/+1
2018-01-19circleci: update to use Ubuntu 17.10Peter Hutterer1-19/+3
2018-01-19circleci: use meson configure rather than mesonconfPeter Hutterer1-1/+1
2018-01-10touchpad: drop the double normalizationPeter Hutterer4-50/+63
2018-01-09touchpad: don't disable the hysteresis unless a finger is downPeter Hutterer2-1/+6
2018-01-09path: if the udev device is never initialized, bailPeter Hutterer1-1/+1
2018-01-09test: collect test case failures and print them on each fdPeter Hutterer1-3/+43
2017-12-18tablet: break up a long linePeter Hutterer1-1/+3
2017-12-18touchpad: remove duplicate if conditionPeter Hutterer1-8/+0
2017-12-08tablet: set the tip-up pressure threshold to 1%Peter Hutterer2-3/+4
2017-12-08fallback: send key events out immediately upon receiving themPeter Hutterer2-18/+73
2017-12-01Include stdarg.h where variadic functions are usedGreg V11-0/+11
2017-12-01meson.build: add missing udev dependencies and linux/input.h includesGreg V1-1/+6
2017-11-30tools: print the device in all measure toolsPeter Hutterer3-0/+9
2017-11-30doc: more and more documentation about hwdb updatesPeter Hutterer3-39/+145
2017-11-29tools: print out the device used for measuring the trackpoint rangePeter Hutterer1-0/+2
2017-11-29doc: update the pointer acceleration page for the 1.9 trackpoint accelPeter Hutterer1-8/+11
2017-11-29doc: add a doc for trackpointsPeter Hutterer4-0/+172
2017-11-29tools: clarify PermissionError in measure-trackpoint-rangePeter Hutterer1-1/+1
2017-11-27tools: fix dashes in man pagePeter Hutterer1-1/+1
2017-11-22debounce: handle a timeout in MAYBE_SPURIOUS statePeter Hutterer2-252/+121
2017-11-22meson.build: bump to 1.9.900Peter Hutterer1-1/+1
2017-11-21Correct Lyude's Copyright assignmentLyude Paul3-3/+3
2017-11-20touchpad: work palm detection into the tap state machinePeter Hutterer5-1103/+2190
2017-11-20test: replace a litest button with a litest key callPeter Hutterer1-1/+1
2017-11-20test: restore the non-debounced litest_button_click()Peter Hutterer7-70/+83
2017-11-20Merge branch 'wip/button-debouncing-v3'Peter Hutterer19-722/+2300
2017-11-20evdev: add new debouncing codePeter Hutterer10-320/+1788
2017-11-20fallback: change to handle the state at EV_SYN timePeter Hutterer3-185/+245
2017-11-20fallback: drop unused ratelimit structPeter Hutterer1-5/+0
2017-11-20fallback: create the evdev-fallback.h header filePeter Hutterer3-91/+127
2017-11-20test: replace litest_button_click with a debounced versionPeter Hutterer10-158/+177
2017-11-17test: use litest_wait_for_event() for the lid switch eventsPeter Hutterer1-2/+2
2017-11-17tools: replace the tap time measuring tool with a python onePeter Hutterer3-517/+263
2017-11-17fallback: log an error if we failed to write the switch eventPeter Hutterer1-1/+8
2017-11-16tools: fix typo in man pagePeter Hutterer1-1/+1
2017-11-15man: add --enable-middlebutton to debug-events man pagePeter Hutterer1-0/+3
2017-11-14touchpad: change a log message for consistencyPeter Hutterer1-1/+1
2017-11-14udev: add integration flag for the Lenovo Compact Keyboard with TrackPointPeter Hutterer1-0/+4
2017-11-14evdev: fix axis mixup for the wheel click anglesPeter Hutterer2-7/+7
2017-11-14touchpad: post a SYN_REPORT after a faked trackpoint buttonPeter Hutterer2-0/+11