- HD61 has ci

This commit is contained in:
TangoCash
2020-10-03 20:39:02 +02:00
committed by Thilo Graf
parent 4a98c127e2
commit f74c04e03e
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ libcommon_la_SOURCES = \
ca_ci.cpp
else
if BOXTYPE_ARMBOX
if BOXMODEL_HISILICON
if BOXMODEL_HD60
libcommon_la_SOURCES = \
ca.cpp
else

View File

@@ -1,7 +1,7 @@
#if HAVE_DUCKBOX_HARDWARE \
|| HAVE_MIPS_HARDWARE \
|| (HAVE_ARM_HARDWARE \
&& !BOXMODEL_HISILICON \
&& !BOXMODEL_HD60 \
&& !BOXMODEL_OSMIO4K \
&& !BOXMODEL_OSMIO4KPLUS \
)

View File

@@ -26,7 +26,7 @@ inline void cs_api_exit()
#if HAVE_DUCKBOX_HARDWARE \
|| HAVE_MIPS_HARDWARE \
|| (HAVE_ARM_HARDWARE \
&& !BOXMODEL_HISILICON \
&& !BOXMODEL_HD60 \
&& !BOXMODEL_OSMIO4K \
&& !BOXMODEL_OSMIO4KPLUS \
)

View File

@@ -185,7 +185,7 @@ hw_caps_t *get_hwcaps(void)
#endif
#if BOXMODEL_HD61
initialized = 1;
caps.has_CI = 0;
caps.has_CI = 2;
caps.can_cec = 1;
caps.can_shutdown = 1;
caps.display_xres = 4;