introduce can_pip

This commit is contained in:
TangoCash
2021-05-29 20:49:47 +02:00
committed by Thilo Graf
parent a657b25e4e
commit 94909d2085
6 changed files with 16 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ hw_caps_t *get_hwcaps(void)
memset(&caps, 0, sizeof(hw_caps_t));
if (access("/dev/dvb/adapter0/video1", F_OK) != -1)
caps.can_pip = 1;
#if BOXMODEL_UFS910
initialized = 1;
strcpy(caps.boxvendor, "KATHREIN");