rcsim: use the neutrino socket everywhere

This commit is contained in:
Stefan Seyfried
2016-01-09 20:17:23 +01:00
parent ab3c2b9cf9
commit 96c40d9bbd

View File

@@ -36,6 +36,7 @@
#include <linux/input.h>
#include <error.h>
#if 0
/* if you want use HAVE_XX_HARDWARE, better include config.h :-) */
#include "config.h"
@@ -44,6 +45,8 @@
#elif defined (HAVE_COOL_HARDWARE)
#define EVENTDEV "/dev/input/input0"
#else
#endif
#else
/* dreambox and tripledragon do not use a "normal" input device, so we cannot
(ab-)use the event repeating function of it. use the neutrino socket instead. */
#include <sys/socket.h>