From 1f1815908ba196b4505caa24919ce9a9c57ef431 Mon Sep 17 00:00:00 2001 From: BPanther Date: Sat, 16 Oct 2021 21:00:06 +0200 Subject: [PATCH] vusolo4k: has only 3 usable video devices Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/29553ae3314126933a9064f4b964be082bb32cdb Author: BPanther Date: 2021-10-16 (Sat, 16 Oct 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hardware_caps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 80b8d6a..a874ede 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -50,6 +50,7 @@ hw_caps_t *get_hwcaps(void) caps.has_button_timer = 1; caps.has_button_vformat = 0; caps.has_HDMI = 1; + caps.pip_devs = 2; // has only 3 real usable video devices strcpy(caps.startup_file, "STARTUP"); strcpy(caps.boxvendor, "VU+"); strcpy(caps.boxname, "SOLO4K");