summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-10-20test: fix pid for the 13HDT padPeter Hutterer1-1/+1
2017-10-17test: unref the litest device *after* removing it from the path interfacePeter Hutterer1-1/+1
2017-10-10test: fix a comment in the log_priority testPeter Hutterer1-2/+2
2017-10-06test: always init the log_handler count and reset it lastPeter Hutterer1-4/+13
2017-09-27test: if we're not root, return with status 77Peter Hutterer1-0/+7
2017-09-25fallback: suspend internal keyboards and trackpoints on tablet-mode switchPeter Hutterer1-0/+159
2017-09-25Merge branch 'wip/litest-use-sections-for-tests-v2'Peter Hutterer72-881/+197
2017-09-25fallback: allow for multiple keyboards to toggle the lid switchPeter Hutterer5-0/+636
2017-09-21test: fix test listingPeter Hutterer1-1/+8
2017-09-21test: fix no-device test name handlingPeter Hutterer1-2/+3
2017-09-21test: fix test listingPeter Hutterer1-1/+8
2017-09-21test: fix no-device test name handlingPeter Hutterer1-2/+3
2017-09-21test: switch to a TEST_DEVICE macro for all the litest test devicesPeter Hutterer70-857/+193
2017-09-21test: add missing newline to an error messagePeter Hutterer1-1/+1
2017-09-21test: drop obsolete semi-mt allocation for the atmel hover devicePeter Hutterer1-21/+0
2017-09-21test: fix the 'all codes' keyboard devicePeter Hutterer1-1/+6
2017-09-21timer: flush the timer funcs if our events come in latePeter Hutterer3-0/+91
2017-09-21tablet: always enable the no-proximity-out quirk on HUION tabletsPeter Hutterer1-0/+87
2017-09-20tablet: support tablet devices without BTN_TOOL_PENPeter Hutterer4-0/+111
2017-09-20tablet: add a quirk for the HUION PenTablet that doesn't send proximity out e...Peter Hutterer4-4/+152
2017-09-19test: remove leftover sleep() for debugging in lid switch testPeter Hutterer1-1/+0
2017-09-18touchpad: don't resume a disabled touchpadPeter Hutterer1-0/+85
2017-09-11Merge branch 'wip/ignore-moved-touches'Peter Hutterer2-2/+93
2017-09-11Merge branch 'wip/sw-tablet-mode'Peter Hutterer4-73/+299
2017-09-07util: add a safe_atoi_base() functionPeter Hutterer1-0/+73
2017-09-06touchpad: if a device has a tablet mode switch, disable the touchpadPeter Hutterer1-61/+116
2017-09-06Add support for SW_TABLET_MODEPeter Hutterer4-16/+178
2017-09-06evdev: move lid code to the fallback interfacePeter Hutterer1-4/+2
2017-09-06Add libinput_device_switch_has_switch()Peter Hutterer1-0/+11
2017-09-05test: make some of the switch tests more genericPeter Hutterer1-49/+25
2017-09-05test: add test for switch capabilityPeter Hutterer1-0/+11
2017-09-05test: rename 'sw' to 'dev' for the lid testsPeter Hutterer1-18/+18
2017-09-04test: make the lid action helper function a generic switch action helperPeter Hutterer4-28/+86
2017-09-04test: rename test-lid.c to test-switch.cPeter Hutterer1-0/+0
2017-09-01touchpad: use motion speed to ignore accidental 2fg touchesPeter Hutterer2-2/+93
2017-09-01test: fix the litest_touch_move_to() step counterPeter Hutterer1-1/+1
2017-09-01test: fix indentation for palm touch size testPeter Hutterer1-30/+30
2017-08-28test: add a test for removing a touch device with a finger still downPeter Hutterer1-0/+36
2017-08-28evdev: accept accelerometers if they are tagged as other devices tooPeter Hutterer3-0/+129
2017-08-28test: fix pad ring test for small pad rangesPeter Hutterer1-6/+25
2017-08-23Add support for LIBINPUT_IGNORE_DEVICEPeter Hutterer5-0/+152
2017-08-23test: expose litest_create() to test casesPeter Hutterer2-34/+47
2017-08-17test: fix typo in test case namePeter Hutterer1-2/+2
2017-08-17test: when restoring the log handler to defaults, also restore log priorityPeter Hutterer1-0/+2
2017-08-01gestures: don't try to pinch for nfingers > slotsPeter Hutterer1-211/+0
2017-07-27lid: disable all types but EV_SYN and EV_SWPeter Hutterer4-0/+98
2017-07-26pointer: add button debouncingPeter Hutterer3-1/+321
2017-07-25evdev: recover from a lost button countPeter Hutterer2-0/+42
2017-07-20filter: add a custom trackpoint acceleratorPeter Hutterer1-3/+3
2017-07-19test: drop an unnecessary wait for eventPeter Hutterer1-3/+0