missing brightness added for ufs922, hdbox, octagon1008, mini2, av7500

Origin commit data
------------------
Branch: master
Commit: c436022469
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2018-03-10 (Sat, 10 Mar 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2018-03-10 23:20:23 +01:00
committed by max_10
parent 9d075a522a
commit bd55f57faa

View File

@@ -47,6 +47,7 @@ hw_caps_t *get_hwcaps(void)
caps.can_cec = 1;
caps.has_fan = 0;
caps.has_CI = 2;
caps.display_can_set_brightness = 1;
}
else if (!strncmp(buf, "ufs912", 6)) {
strcpy(caps.boxvendor, "DUCKBOX");
@@ -79,6 +80,7 @@ hw_caps_t *get_hwcaps(void)
caps.can_cec = 0;
caps.has_fan = 1;
caps.has_CI = 2;
caps.display_can_set_brightness = 1;
}
else if (!strncmp(buf, "ufs910", 6)) {
strcpy(caps.boxvendor, "DUCKBOX");
@@ -100,6 +102,7 @@ hw_caps_t *get_hwcaps(void)
caps.can_cec = 0;
caps.has_fan = 0;
caps.has_CI = 2;
caps.display_can_set_brightness = 1;
}
else if (!strncmp(buf, "octagon1008", 11)) {
strcpy(caps.boxvendor, "DUCKBOX");
@@ -110,6 +113,7 @@ hw_caps_t *get_hwcaps(void)
caps.can_cec = 0;
caps.has_fan = 0;
caps.has_CI = 2;
caps.display_can_set_brightness = 1;
}
else if (!strncmp(buf, "hs7110", 6)) {
strcpy(caps.boxvendor, "DUCKBOX");
@@ -175,6 +179,7 @@ hw_caps_t *get_hwcaps(void)
caps.can_cec = 0;
caps.has_fan = 1;
caps.has_CI = 2;
caps.display_can_set_brightness = 1;
}
else if (!strncmp(buf, "cuberevo-250hd", 4)) {
strcpy(caps.boxvendor, "DUCKBOX");