mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 22:28:34 +02:00
controlapi.cpp: fix RC_DEVICE for Zgemma H7
This commit is contained in:
@@ -59,6 +59,8 @@ extern CBouquetManager *g_bouquetManager;
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#define RC_DEVICE "/dev/input/nevis_ir"
|
||||
#elif BOXMODEL_H7
|
||||
#define RC_DEVICE "/dev/input/event2"
|
||||
#else
|
||||
#define RC_DEVICE "/dev/input/event1"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user