mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- add missing has_button_vformat for some boxmodels
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -88,6 +88,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_has_statusline = 0; // 0 because we use graphlcd/lcd4linux
|
||||
caps.display_has_colon = 0;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 2;
|
||||
caps.has_HDMI_input = 1;
|
||||
strcpy(caps.startup_file, "STARTUP");
|
||||
@@ -235,6 +236,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_can_umlauts = 0;
|
||||
caps.display_has_statusline = 0;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.startup_file, "STARTUP_LINUX");
|
||||
strcpy(caps.boxvendor, "AX-Technologies");
|
||||
|
Reference in New Issue
Block a user