mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
rcsim: use the neutrino socket everywhere
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user