mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
part from ceab6aafbb
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0238049daf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -19,7 +19,7 @@ hw_caps_t *get_hwcaps(void) {
|
||||
return ∩︀
|
||||
int rev = cs_get_revision();
|
||||
int chip = cs_get_chip_type();
|
||||
caps.has_fan = (rev < 8);
|
||||
caps.has_fan = (rev < 8); // see dirty part of hw_caps in neutrino.cpp
|
||||
caps.has_HDMI = 1;
|
||||
caps.has_SCART = (rev != 10);
|
||||
caps.has_SCART_input = 0;
|
||||
@@ -41,8 +41,7 @@ hw_caps_t *get_hwcaps(void) {
|
||||
strcpy(caps.boxname, "HD1");
|
||||
caps.force_tuner_2G = 1;
|
||||
break;
|
||||
case 8: // TODO: Neo2 - Twin
|
||||
strcpy(caps.boxname, "Neo");
|
||||
strcpy(caps.boxname, "Neo"); // see dirty part of hw_caps in neutrino.cpp
|
||||
caps.force_tuner_2G = 1;
|
||||
break;
|
||||
case 9:
|
||||
|
Reference in New Issue
Block a user