summaryrefslogtreecommitdiff
path: root/test/test-device.c
Commit message (Expand)AuthorAgeFilesLines
* Use bit(foo) instead of (1 << foo)Peter Hutterer2021-11-181-1/+1
* use ARRAY_FOR_EACH when traverse arrayweizhixiang2021-09-121-4/+4
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-6/+26
* Mark some functions as printf-like to silence some compiler warningsPeter Hutterer2021-07-221-0/+1
* test: drop the custom group namesPeter Hutterer2021-02-121-71/+71
* treewide: fix typosTorstein Husebø2020-12-161-1/+1
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-231-1/+15
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-231-0/+76
* include: update event codes to v5.8Peter Hutterer2020-08-131-3/+4
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-20/+20
* test: use context creation helper in the log testsPeter Hutterer2020-07-071-17/+1
* evdev: a device without any seat caps is an unhandled devicePeter Hutterer2020-06-031-0/+22
* tablet: add support for sendevents on tabletsPeter Hutterer2020-05-261-0/+41
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-2/+2
* test: replace != NULL checks with ck_assert_notnullPeter Hutterer2019-02-151-4/+4
* touchpad: release all button presses on device suspendPeter Hutterer2019-01-311-0/+68
* fallback: cancel touches, don't just release them when we suspendPeter Hutterer2018-09-271-1/+1
* test: drop the sleep_ms argumentPeter Hutterer2018-08-281-6/+6
* test: switch the udev tag tests to be quirk testsPeter Hutterer2018-06-081-85/+0
* test: fix udev prop test for apple touchpadsPeter Hutterer2018-05-251-2/+2
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+1
* test: replace a litest button with a litest key callPeter Hutterer2017-11-201-1/+1
* test: replace litest_button_click with a debounced versionPeter Hutterer2017-11-201-6/+6
* touchpad: add touch-size-based palm detectionPeter Hutterer2017-07-111-18/+2
* test: drop two superfluous empty queue checksPeter Hutterer2017-06-011-2/+0
* evdev: add quirk for Logitech Marble MousePeter Hutterer2017-02-201-0/+13
* test: add basic test for getting the physical seat namePeter Hutterer2017-02-091-0/+14
* path: parse the WL_OUTPUT property for patch devices tooPeter Hutterer2017-02-091-0/+26
* test: add tests for lid switchJames Ye2017-01-261-1/+2
* test: add device size/no size checksPeter Hutterer2017-01-201-0/+35
* test: add some device capability checksPeter Hutterer2017-01-201-0/+39
* test: test for libinput_device_get/set_user_dataPeter Hutterer2017-01-201-0/+15
* test: prefix all test source files with "test-"Peter Hutterer2017-01-161-0/+1535