summaryrefslogtreecommitdiff
path: root/test/test-switch.c
Commit message (Expand)AuthorAgeFilesLines
* test: drop the custom group namesPeter Hutterer2021-02-121-36/+36
* test: semi-fix the switch_suspend_with_touchpad testPeter Hutterer2020-08-031-2/+7
* test: grab the device before any lid or tablet mode switchesPeter Hutterer2020-07-071-55/+126
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-8/+7
* evdev: filter unreliable tablet mode switch eventsPeter Hutterer2020-06-031-3/+28
* test: fix a bunch of checks for a given switchPeter Hutterer2020-06-031-14/+14
* test: add a missing blank linePeter Hutterer2019-05-281-0/+1
* test: add tablet-mode suspend/resume keyboard and touchpad testsPeter Hutterer2018-10-161-0/+228
* test: drop the sleep_ms argumentPeter Hutterer2018-08-281-17/+17
* test: force 10ms intervals for touch moves, unless specified otherwisePeter Hutterer2018-08-281-14/+14
* Switch from udev property parsing to the quirks systemPeter Hutterer2018-06-081-7/+6
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+2
* test: swap KEY_POWER for KEY_VOLUMEUP on the switch key routing testPeter Hutterer2018-02-051-2/+2
* test: use litest_wait_for_event() for the lid switch eventsPeter Hutterer2017-11-171-2/+2
* test: add the wmi hotkeys test devicePeter Hutterer2017-11-091-0/+21
* fallback: fix lid switch event listener being initialized twicePeter Hutterer2017-10-271-20/+22
* fallback: suspend internal keyboards and trackpoints on tablet-mode switchPeter Hutterer2017-09-251-0/+159
* fallback: allow for multiple keyboards to toggle the lid switchPeter Hutterer2017-09-251-0/+57
* test: remove leftover sleep() for debugging in lid switch testPeter Hutterer2017-09-191-1/+0
* touchpad: don't resume a disabled touchpadPeter Hutterer2017-09-181-0/+85
* touchpad: if a device has a tablet mode switch, disable the touchpadPeter Hutterer2017-09-061-61/+116
* Add support for SW_TABLET_MODEPeter Hutterer2017-09-061-16/+82
* evdev: move lid code to the fallback interfacePeter Hutterer2017-09-061-4/+2
* Add libinput_device_switch_has_switch()Peter Hutterer2017-09-061-0/+11
* test: make some of the switch tests more genericPeter Hutterer2017-09-051-49/+25
* test: add test for switch capabilityPeter Hutterer2017-09-051-0/+11
* test: rename 'sw' to 'dev' for the lid testsPeter Hutterer2017-09-051-18/+18
* test: make the lid action helper function a generic switch action helperPeter Hutterer2017-09-041-21/+63
* test: rename test-lid.c to test-switch.cPeter Hutterer2017-09-041-0/+599