libevdev/test
Peter Hutterer ab2f20bfd6 Revamp the API once again
Another look at the current API showed some inconsistencies, rectified
in this commit:

libevdev_kernel_*: modify the underlying kernel device
libevdev_event_type_*: something with an event type
libevdev_event_code_*: something with an event code
libevdev_event_*: struct input_event-related functions (i.e. not device-related)
libevdev_property_*: something with a property
libevdev_*: anything applying to a device

Hopefully that's the last API change. Current symbols deprecated and aliased.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-09-10 11:25:09 +10:00
..
.gitignore Set up a test harness 2013-06-04 11:39:33 +10:00
Makefile.am test: add uinput creation tests 2013-08-29 13:54:49 +10:00
test-common-uinput.c Use ENOMEM instead of ENOSPC 2013-08-31 12:27:23 +10:00
test-common-uinput.h test: switch udev backend over to new libevdev-uinput bits 2013-08-29 13:54:49 +10:00
test-common.c test: define a common device name 2013-07-05 09:11:34 +10:00
test-common.h test: define a common device name 2013-07-05 09:11:34 +10:00
test-event-names.c Revamp the API once again 2013-09-10 11:25:09 +10:00
test-int-queue.c Use ENOMEM instead of ENOSPC 2013-08-31 12:27:23 +10:00
test-libevdev-events.c test: update to test for the various _MAX values 2013-08-31 09:40:41 +10:00
test-libevdev-has-event.c Revamp the API once again 2013-09-10 11:25:09 +10:00
test-libevdev-init.c test: test for logging function 2013-09-10 09:54:29 +10:00
test-main.c test: add uinput creation tests 2013-08-29 13:54:49 +10:00
test-uinput.c Revamp the API once again 2013-09-10 11:25:09 +10:00