From 466d9220a20fafb5b7ab69b7a2a01198843a574c Mon Sep 17 00:00:00 2001 From: BPanther Date: Thu, 27 Sep 2018 13:20:13 +0200 Subject: [PATCH] revert Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/2e808c600acf4d346f073f795f4e17a95efd5044 Author: BPanther Date: 2018-09-27 (Thu, 27 Sep 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libduckbox/hardware_caps.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libduckbox/hardware_caps.c b/libduckbox/hardware_caps.c index 932d4eb..643a963 100644 --- a/libduckbox/hardware_caps.c +++ b/libduckbox/hardware_caps.c @@ -282,13 +282,10 @@ hw_caps_t *get_hwcaps(void) strcpy(caps.boxname, buf); caps.can_shutdown = 1; caps.has_HDMI = 1; - caps.has_SCART = 1; - caps.can_cec = 1; + caps.has_SCART = 2; + caps.can_cec = 0; 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");