mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
revert
Origin commit data
------------------
Branch: master
Commit: 2e808c600a
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:
@@ -282,13 +282,10 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
strcpy(caps.boxname, buf);
|
strcpy(caps.boxname, buf);
|
||||||
caps.can_shutdown = 1;
|
caps.can_shutdown = 1;
|
||||||
caps.has_HDMI = 1;
|
caps.has_HDMI = 1;
|
||||||
caps.has_SCART = 1;
|
caps.has_SCART = 2;
|
||||||
caps.can_cec = 1;
|
caps.can_cec = 0;
|
||||||
caps.has_fan = 0;
|
caps.has_fan = 0;
|
||||||
caps.has_CI = 2;
|
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)) {
|
else if (!strncmp(buf, "arivalink200", 12)) {
|
||||||
strcpy(caps.boxvendor, "DUCKBOX");
|
strcpy(caps.boxvendor, "DUCKBOX");
|
||||||
|
Reference in New Issue
Block a user