- controlapi/yparser: detect new models tank and trinity

This commit is contained in:
svenhoefer
2013-08-15 16:25:38 +02:00
parent 35c87ebee0
commit efe212413b
2 changed files with 12 additions and 2 deletions

View File

@@ -623,14 +623,19 @@ void CControlAPI::HWInfoCGI(CyhookHandler *hh)
boxname += "BSE";
break;
case 8:
case 9:
boxname += "Neo";
if (CFEManager::getInstance()->getFrontendCount() > 1)
boxname += " Twin";
break;
case 9:
boxname += "Tank";
break;
case 10:
boxname += "Zee";
break;
case 11:
boxname += "Trinity";
break;
default:
char buffer[10];