mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrinoyparser: fix Trinity detection
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e6720a849
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-04-19 (Tue, 19 Apr 2016)
Origin message was:
------------------
- neutrinoyparser: fix Trinity detection
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -851,6 +851,8 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
|
|||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
boxname += "Trinity";
|
boxname += "Trinity";
|
||||||
|
if (cs_get_chip_type() != 33904 /*0x8470*/)
|
||||||
|
boxname += " V2";
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
boxname += "Zee2";
|
boxname += "Zee2";
|
||||||
@@ -892,7 +894,10 @@ std::string CNeutrinoYParser::func_get_boxmodel(CyhookHandler *, std::string)
|
|||||||
boxmodel = "Apollo";
|
boxmodel = "Apollo";
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
boxmodel = "Shiner";
|
if (cs_get_chip_type() == 33904 /*0x8470*/)
|
||||||
|
boxmodel = "Shiner";
|
||||||
|
else
|
||||||
|
boxmodel = "Kronos";
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
case 13:
|
case 13:
|
||||||
|
Reference in New Issue
Block a user