From d3897fa0cf81855cc9d12ff18c1d06892591f390 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Thu, 27 Sep 2018 13:27:31 +0300 Subject: [PATCH] [HL101] hwcaps update Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a902a9271bf5430315bf0477a77715ab0956cf3f Author: Aliaksandr Date: 2018-09-27 (Thu, 27 Sep 2018) Origin message was: ------------------ [HL101] hwcaps update ------------------ This commit was generated by Migit --- libduckbox/hardware_caps.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libduckbox/hardware_caps.c b/libduckbox/hardware_caps.c index 643a963..11d1045 100644 --- a/libduckbox/hardware_caps.c +++ b/libduckbox/hardware_caps.c @@ -282,10 +282,14 @@ hw_caps_t *get_hwcaps(void) strcpy(caps.boxname, buf); caps.can_shutdown = 1; caps.has_HDMI = 1; - caps.has_SCART = 2; - caps.can_cec = 0; + caps.has_SCART = 1; + caps.has_SCART_input = 1, + caps.can_cec = 2; caps.has_fan = 0; caps.has_CI = 2; + caps.display_can_set_brightness = 1; + caps.display_type = HW_DISPLAY_LINE_TEXT; + caps.display_xres = 8; } else if (!strncmp(buf, "arivalink200", 12)) { strcpy(caps.boxvendor, "DUCKBOX");