Revert "HD1 compat #1; master"

This reverts commit 15e77032a8.


Origin commit data
------------------
Commit: ebc3ce2e43
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-08 (Mon, 08 May 2017)
This commit is contained in:
vanhofen
2017-05-08 23:47:51 +02:00
parent 9973792652
commit 11bf56675a
3 changed files with 62 additions and 4 deletions

View File

@@ -20,9 +20,7 @@ hw_caps_t *get_hwcaps(void) {
if (initialized)
return &caps;
int rev = cs_get_revision();
#ifdef BOXMODEL_CS_HD2
int chip = cs_get_chip_type();
#endif
caps.has_fan = (rev < 8 && CFEManager::getInstance()->getFE(0)->hasSat()); // only SAT-HD1 before rev 8 has fan
caps.has_HDMI = 1;
caps.has_SCART = (rev != 10);
@@ -57,7 +55,6 @@ hw_caps_t *get_hwcaps(void) {
strcpy(caps.boxarch, "Nevis");
caps.force_tuner_2G = 1;
break;
#ifdef BOXMODEL_CS_HD2
case 9:
strcpy(caps.boxname, "Tank");
strcpy(caps.boxarch, "Apollo");
@@ -91,7 +88,6 @@ hw_caps_t *get_hwcaps(void) {
strcpy(caps.boxname, "Trinity Duo");
strcpy(caps.boxarch, "Kronos");
break;
#endif
default:
strcpy(caps.boxname, "UNKNOWN_BOX");
strcpy(caps.boxarch, "Unknown");