From 60283fb1407fcd1de0586c960ed8d106f59483e9 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 27 Dec 2019 17:06:53 +0100 Subject: Got a clue about the pesky "SYN" messages. I must not have read libevdev's documentation well enough. Hopefully this new approach will work better. The risk would be that the conversion takes too long and properly handling all events leads to an increasing lag between the physical and the virtual device. I should probably add an option to let users indicate they would prefer dropping missed events. --- src/server/communication_thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/communication_thread.c') diff --git a/src/server/communication_thread.c b/src/server/communication_thread.c index 2ed1aae..2da54d2 100644 --- a/src/server/communication_thread.c +++ b/src/server/communication_thread.c @@ -23,7 +23,6 @@ void * posix_main_loop (void * params) /******************************************************************************/ /**** EXPORTED FUNCTIONS ******************************************************/ /******************************************************************************/ - int relabsd_server_create_communication_thread ( struct relabsd_server server [const static 1] -- cgit v1.2.3-70-g09d2