mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
controlapi.cpp: fix RC_DEVICE for Zgemma H7
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0bcd078a8f
Author: GetAway <get-away@t-online.de>
Date: 2019-10-28 (Mon, 28 Oct 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -66,6 +66,8 @@ extern CBouquetManager *g_bouquetManager;
|
|||||||
|
|
||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
#define RC_DEVICE "/dev/input/nevis_ir"
|
#define RC_DEVICE "/dev/input/nevis_ir"
|
||||||
|
#elif BOXMODEL_H7
|
||||||
|
#define RC_DEVICE "/dev/input/event2"
|
||||||
#else
|
#else
|
||||||
#define RC_DEVICE "/dev/input/event1"
|
#define RC_DEVICE "/dev/input/event1"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user