From 96c40d9bbd39cba2da2fd7f951bf8b99e13464d9 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 9 Jan 2016 20:17:23 +0100 Subject: [PATCH] rcsim: use the neutrino socket everywhere --- src/rcsim.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rcsim.c b/src/rcsim.c index 2ae56a39c..d00f259f4 100644 --- a/src/rcsim.c +++ b/src/rcsim.c @@ -36,6 +36,7 @@ #include #include +#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