libei/src
Peter Hutterer 802dfd4ca6 Add the minimal implementation for a UNIX socket libei client
This is the minimum framework to support connecting to a libeis server, adding
a device and sending relative pointer motion events.It's missing a bunch of
checks and verifications, many of the hooks are still missing, etc.

See the tools/ directory for an example. The protocol is as outlined in
commit f7a24b2fbd.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-07-29 16:18:24 +10:00
..
libei-device.c Add the minimal implementation for a UNIX socket libei client 2020-07-29 16:18:24 +10:00
libei-private.h Add the minimal implementation for a UNIX socket libei client 2020-07-29 16:18:24 +10:00
libei-socket.c Add the minimal implementation for a UNIX socket libei client 2020-07-29 16:18:24 +10:00
libei.c Add the minimal implementation for a UNIX socket libei client 2020-07-29 16:18:24 +10:00
libei.h Add the minimal implementation for a UNIX socket libei client 2020-07-29 16:18:24 +10:00
libeis-client.c libeis: only log client state transitions if they changed 2020-07-29 11:52:23 +10:00
libeis-device.c libeis: remove existing devices before disconnecting the client 2020-07-29 09:41:07 +10:00
libeis-private.h libeis: whitespace fix 2020-07-29 09:59:11 +10:00
libeis-socket.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
libeis.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
libeis.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-bits.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-io.h client: handle the case of zero data bytes 2020-07-29 09:42:42 +10:00
util-list.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-list.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-logger.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-logger.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-macros.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-mem.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-object.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-sources.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-sources.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-strings.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-strings.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00