summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-02tools: drop event-debugPeter Hutterer3-22/+5
2017-06-02meson: add a test setup for valgrindPeter Hutterer1-1/+12
2017-06-02meson: drop LITEST_VERBOSE environment variablePeter Hutterer1-2/+1
2017-06-02test: remove unused litest_handle_eventsPeter Hutterer2-17/+0
2017-06-02test: limit the wait_for_event timeout to 2sPeter Hutterer1-2/+2
2017-06-02test: don't leak test warnings to stdoutPeter Hutterer4-14/+19
2017-06-02evdev: hook up the libevdev log handlerPeter Hutterer1-1/+36
2017-06-01test: drop two superfluous empty queue checksPeter Hutterer1-2/+0
2017-06-01test: tighten some test casesPeter Hutterer2-21/+44
2017-06-01test: add an extra assert into litest_wait_for_event_of_typePeter Hutterer1-1/+2
2017-06-01test: make sure we search for event node, not the parent input devicePeter Hutterer1-1/+3
2017-05-29Merge branch 'wip/keyboard-integration-property'Peter Hutterer8-50/+147
2017-05-26tools: fix minor coding style issuePeter Hutterer1-1/+2
2017-05-26tools: fix return codes on failurePeter Hutterer1-9/+10
2017-05-23Revert "lid: force the lid to open when the keyboard device is removed"Peter Hutterer2-59/+11
2017-05-23lid: force the lid to open when the keyboard device is removedPeter Hutterer2-11/+59
2017-05-23lid: setup the keyboard notifier when pairing itBenjamin Tissoires2-2/+56
2017-05-23lid: track the notifier initial state internally, but not externallyBenjamin Tissoires1-26/+23
2017-05-23lid: tighten the lid-keyboard pairingPeter Hutterer1-17/+11
2017-05-23evdev: read LIBINPUT_ATTR_KEYBOARD_INTEGRATION propertyPeter Hutterer6-7/+55
2017-05-23lid: add a comment for why we post the switch state therePeter Hutterer1-0/+4
2017-05-23Merge branch 'wip/libinput-tool-v2'Peter Hutterer9-48/+461
2017-05-23test: tighten the wakeup-on-key lid testPeter Hutterer1-1/+0
2017-05-23test: fix a lid testPeter Hutterer1-1/+1
2017-05-22Remove write-only CYAPA model tagPeter Hutterer3-3/+0
2017-05-18meson: define the various files litest needs to copy rules/hwdb in placePeter Hutterer1-13/+20
2017-05-18tools: hook libinput-debug-events into the libinput toolPeter Hutterer8-18/+120
2017-05-18tools: add a 'libinput' toolPeter Hutterer6-18/+330
2017-05-18tools: rename a source file to match the future common file name paradigmPeter Hutterer3-2/+2
2017-05-18tools: drop libshared.laPeter Hutterer1-14/+13
2017-05-17util: harmonize container_of() definition with linux kernel oneGabriel Laskar6-26/+17
2017-05-15udev/hwdb_parser.py: use python3 from env instead of /usr/binGabriel Laskar1-1/+1
2017-05-15util: use offsetof in container_ofGabriel Laskar1-2/+3
2017-05-15test: make the initial copy file error messages more sensiblePeter Hutterer1-2/+8
2017-05-15test: don't use ck_abort_msg outside of test runsPeter Hutterer1-4/+4
2017-05-12Include config.h from event-debug.cPeter Hutterer1-1/+2
2017-05-11test: install the litest device groups filePeter Hutterer3-2/+12
2017-05-11meson: add missing trailing slash to udev test pathPeter Hutterer1-1/+1
2017-05-11touchpad: pull the tap exclusion zone down to the full edge zonePeter Hutterer2-13/+6
2017-05-11evdev: replace null sentinel with ARRAY_SIZEEric Engestrom1-10/+5
2017-05-10Ensure enums are size intPeter Hutterer1-0/+31
2017-05-10Fix va_start compiler warningPeter Hutterer1-1/+1
2017-05-10util: fix container_of() macroPeter Hutterer1-1/+1
2017-05-10util: drop GCC specifics for container_ofPeter Hutterer1-6/+0
2017-05-08test: suppress Python3 valgrind errorsPeter Hutterer1-0/+6
2017-05-08test: disable coredumps during test suite runsPeter Hutterer1-0/+5
2017-05-05lid: remove the keyboard listener on remove and re-init the listenerPeter Hutterer2-2/+49
2017-05-05touchpad: remove the lid switch listener on device_removedPeter Hutterer2-0/+32
2017-05-04util: add asserts with useful error messages to catch uninitialized listsPeter Hutterer1-0/+9
2017-05-04doc: add build instructions for mesonPeter Hutterer1-4/+51