libinput/test
Peter Hutterer 69dcea11b9 path: add libinput_path_add_device() and libinput_path_remove_device()
This allows multiple devices to share a single libinput context. The new
function returns the newly added device immediately. Unlike the udev seat
where devices may or may not be added - over the lifetime of the seat - a
path-based backend knows immediately if device exists or doesn't exist.

Returning the device is required by callers that have the event processing
separate from adding devices - by the time we have the DEVICE_ADDED event in
the queue we may have other events to process first. And the DEVICE_ADDED
event won't easily link to the path we gave it anyway, so it's hard to figure
out which DEVICE_ADDED event corresponds to the new device.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-02-10 11:23:36 +10:00
..
build-pedantic.c test: add a build-test for -pedantic 2014-01-15 11:26:08 +10:00
litest-bcm5974.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-int.h Add a device test suite 2014-01-15 11:59:27 +10:00
litest-keyboard.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-mouse.c test: Add a basic mouse test device 2014-01-22 11:23:00 +10:00
litest-synaptics.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-trackpoint.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-wacom-touch.c test: add a wacom touch devices (absolute touchscreen) 2014-01-22 11:23:00 +10:00
litest.c Replace output screen size callback with transform helpers 2014-02-03 23:39:58 +01:00
litest.h test: add a wacom touch devices (absolute touchscreen) 2014-01-22 11:23:00 +10:00
Makefile.am test: add a simple touch test 2014-01-22 11:32:01 +10:00
path.c path: add libinput_path_add_device() and libinput_path_remove_device() 2014-02-10 11:23:36 +10:00
pointer.c test: add basic pointer motion and button test 2014-01-22 11:32:01 +10:00
touch.c test: add a simple touch test 2014-01-22 11:32:01 +10:00
udev.c test: Make sure the sysname of a device is correct 2014-01-31 14:57:18 +10:00