add cuberevo_3000hd (Thx to jaro44)

This commit is contained in:
max10
2015-11-11 12:27:05 +01:00
parent 9f3e34d4ad
commit 242f8a8c88
2 changed files with 15 additions and 2 deletions

View File

@@ -200,6 +200,16 @@ hw_caps_t *get_hwcaps(void)
caps.has_fan = 1;
caps.has_CI = 2;
}
else if (!strncmp(buf, "cuberevo-3000hd", 14)) {
strcpy(caps.boxvendor, "DUCKBOX");
strcpy(caps.boxname, buf);
caps.can_shutdown = 1;
caps.has_HDMI = 1;
caps.has_SCART = 1;
caps.can_cec = 0;
caps.has_fan = 1;
caps.has_CI = 2;
}
else if (!strncmp(buf, "ipbox9900", 9)) {
strcpy(caps.boxvendor, "DUCKBOX");
strcpy(caps.boxname, buf);