armbox: add dvbci (thx DboxOldie)

This commit is contained in:
max_10
2017-11-05 16:02:44 +01:00
parent dfeace50a5
commit 8886015bac
11 changed files with 845 additions and 386 deletions

View File

@@ -29,7 +29,7 @@ hw_caps_t *get_hwcaps(void)
memset(&caps, 0, sizeof(hw_caps_t));
initialized = 1;
caps.has_CI = 0;
caps.has_CI = 1;
caps.can_cec = 1;
caps.can_shutdown = 1;
caps.display_xres = 16;