mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libarmbox: introduce has_button_vformat
Origin commit data
------------------
Branch: master
Commit: 3f0f80e0d0
Author: GetAway <get-away@t-online.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -40,6 +40,7 @@ typedef struct hw_caps
|
||||
int display_can_deepstandby;
|
||||
int display_has_statusline;
|
||||
int has_button_timer;
|
||||
int has_button_vformat;
|
||||
char boxvendor[64];
|
||||
char boxname[64];
|
||||
char boxarch[64];
|
||||
|
@@ -41,6 +41,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_has_statusline = 1;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.boxvendor, "VU");
|
||||
strcpy(caps.boxname, "SOLO4K");
|
||||
@@ -57,6 +58,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_has_statusline = 0;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.boxvendor, "AX-Technologies");
|
||||
strcpy(caps.boxname, "HD51");
|
||||
@@ -73,6 +75,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_has_statusline = 0;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.boxvendor, "AX-Technologies");
|
||||
strcpy(caps.boxname, "HD60");
|
||||
@@ -89,6 +92,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_has_statusline = 0;
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 1;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.boxvendor, "WWIO");
|
||||
strcpy(caps.boxname, "BRE2ZE4K");
|
||||
|
Reference in New Issue
Block a user