mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
add frontpanel xres for sh4 (thx dbo)
Origin commit data
------------------
Branch: master
Commit: b428f7fc42
Author: TangoCash <eric@loxat.de>
Date: 2018-09-25 (Tue, 25 Sep 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -59,6 +59,8 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_fan = 0;
|
||||
caps.has_CI = 2;
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
||||
caps.display_xres = 16;
|
||||
}
|
||||
else if (!strncmp(buf, "ufs913", 6)) {
|
||||
strcpy(caps.boxvendor, "DUCKBOX");
|
||||
@@ -70,6 +72,8 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_fan = 0;
|
||||
caps.has_CI = 2;
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
||||
caps.display_xres = 16;
|
||||
}
|
||||
else if (!strncmp(buf, "ufs922", 6)) {
|
||||
strcpy(caps.boxvendor, "DUCKBOX");
|
||||
@@ -81,6 +85,8 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_fan = 1;
|
||||
caps.has_CI = 2;
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
||||
caps.display_xres = 16;
|
||||
}
|
||||
else if (!strncmp(buf, "ufs910", 6)) {
|
||||
strcpy(caps.boxvendor, "DUCKBOX");
|
||||
@@ -92,6 +98,8 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_fan = 0;
|
||||
caps.has_CI = 2;
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
||||
caps.display_xres = 16;
|
||||
}
|
||||
else if (!strncmp(buf, "hdbox", 5)) {
|
||||
strcpy(caps.boxvendor, "DUCKBOX");
|
||||
|
Reference in New Issue
Block a user