mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
lib cleanup and sync for mips vu support
This commit is contained in:
@@ -60,7 +60,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.display_has_statusline = 0; // 0 because we use graphlcd/lcd4linux
|
||||
caps.has_button_timer = 1;
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
caps.has_HDMI = 2;
|
||||
strcpy(caps.boxvendor, "VU+");
|
||||
strcpy(caps.boxname, "DUO4K");
|
||||
strcpy(caps.boxarch, "BCM7278");
|
||||
@@ -195,10 +195,6 @@ 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, "ZGEMMA");
|
||||
strcpy(caps.boxname, "H7");
|
||||
caps.has_button_vformat = 0;
|
||||
caps.has_HDMI = 1;
|
||||
strcpy(caps.boxvendor, "AirDigital");
|
||||
|
Reference in New Issue
Block a user