sh4 hwcaps update

Origin commit data
------------------
Branch: master
Commit: c8033a8a52
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2018-09-27 (Thu, 27 Sep 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2018-09-27 01:09:27 +02:00
committed by max_10
parent 9d7451f001
commit 70945367bf

View File

@@ -48,6 +48,8 @@ hw_caps_t *get_hwcaps(void)
caps.has_fan = 0; caps.has_fan = 0;
caps.has_CI = 2; caps.has_CI = 2;
caps.display_can_set_brightness = 1; caps.display_can_set_brightness = 1;
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_xres = 12;
} }
else if (!strncmp(buf, "ufs912", 6)) { else if (!strncmp(buf, "ufs912", 6)) {
strcpy(caps.boxvendor, "DUCKBOX"); strcpy(caps.boxvendor, "DUCKBOX");
@@ -111,6 +113,8 @@ hw_caps_t *get_hwcaps(void)
caps.has_fan = 0; caps.has_fan = 0;
caps.has_CI = 2; caps.has_CI = 2;
caps.display_can_set_brightness = 1; caps.display_can_set_brightness = 1;
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_xres = 12;
} }
else if (!strncmp(buf, "octagon1008", 11)) { else if (!strncmp(buf, "octagon1008", 11)) {
strcpy(caps.boxvendor, "DUCKBOX"); strcpy(caps.boxvendor, "DUCKBOX");
@@ -122,6 +126,8 @@ hw_caps_t *get_hwcaps(void)
caps.has_fan = 0; caps.has_fan = 0;
caps.has_CI = 2; caps.has_CI = 2;
caps.display_can_set_brightness = 1; caps.display_can_set_brightness = 1;
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_xres = 8;
} }
else if (!strncmp(buf, "hs7110", 6)) { else if (!strncmp(buf, "hs7110", 6)) {
strcpy(caps.boxvendor, "DUCKBOX"); strcpy(caps.boxvendor, "DUCKBOX");
@@ -188,6 +194,8 @@ hw_caps_t *get_hwcaps(void)
caps.has_fan = 1; caps.has_fan = 1;
caps.has_CI = 2; caps.has_CI = 2;
caps.display_can_set_brightness = 1; caps.display_can_set_brightness = 1;
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_xres = 14;
} }
else if (!strncmp(buf, "cuberevo-250hd", 4)) { else if (!strncmp(buf, "cuberevo-250hd", 4)) {
strcpy(caps.boxvendor, "DUCKBOX"); strcpy(caps.boxvendor, "DUCKBOX");