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:
GetAway
2019-10-28 22:23:27 +01:00
committed by vanhofen
parent b0829105df
commit 3fac81dc04

View File

@@ -66,6 +66,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