mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
rcsim: use the neutrino socket everywhere
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <error.h>
|
#include <error.h>
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* if you want use HAVE_XX_HARDWARE, better include config.h :-) */
|
/* if you want use HAVE_XX_HARDWARE, better include config.h :-) */
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
@@ -44,6 +45,8 @@
|
|||||||
#elif defined (HAVE_COOL_HARDWARE)
|
#elif defined (HAVE_COOL_HARDWARE)
|
||||||
#define EVENTDEV "/dev/input/input0"
|
#define EVENTDEV "/dev/input/input0"
|
||||||
#else
|
#else
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
/* dreambox and tripledragon do not use a "normal" input device, so we cannot
|
/* 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. */
|
(ab-)use the event repeating function of it. use the neutrino socket instead. */
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
Reference in New Issue
Block a user