[HL101] hwcaps update

Origin commit data
------------------
Branch: master
Commit: a902a9271b
Author: Aliaksandr <sid8796@gmail.com>
Date: 2018-09-27 (Thu, 27 Sep 2018)

Origin message was:
------------------
[HL101] hwcaps update

------------------
This commit was generated by Migit
This commit is contained in:
Aliaksandr
2018-09-27 13:27:31 +03:00
committed by GitHub
parent 618dafa84c
commit d3897fa0cf

View File

@@ -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");