From b05b7b48b942acc38564204b232f43f8b6af0a63 Mon Sep 17 00:00:00 2001 From: BPanther Date: Thu, 27 Sep 2018 13:23:43 +0200 Subject: [PATCH] fix/update hwcaps for hl101 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/0de0b60cb1d43f978955a8368ce5579b532173d0 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libduckbox/hardware_caps.c b/libduckbox/hardware_caps.c index 11d1045..5382929 100644 --- a/libduckbox/hardware_caps.c +++ b/libduckbox/hardware_caps.c @@ -283,13 +283,13 @@ hw_caps_t *get_hwcaps(void) caps.can_shutdown = 1; caps.has_HDMI = 1; caps.has_SCART = 1; - caps.has_SCART_input = 1, - caps.can_cec = 2; + caps.has_SCART_input = 1; + caps.can_cec = 1; 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; + caps.display_xres = 8; } else if (!strncmp(buf, "arivalink200", 12)) { strcpy(caps.boxvendor, "DUCKBOX");