mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
hardware_caps: set CEC flag for SPARK
This commit is contained in:
@@ -30,6 +30,9 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
memset(&caps, 0, sizeof(hw_caps_t));
|
memset(&caps, 0, sizeof(hw_caps_t));
|
||||||
|
|
||||||
initialized = 1;
|
initialized = 1;
|
||||||
|
#ifdef MARTII
|
||||||
|
caps.can_cec = 1;
|
||||||
|
#endif
|
||||||
caps.can_shutdown = 1;
|
caps.can_shutdown = 1;
|
||||||
caps.display_type = HW_DISPLAY_LED_NUM;
|
caps.display_type = HW_DISPLAY_LED_NUM;
|
||||||
caps.has_HDMI = 1;
|
caps.has_HDMI = 1;
|
||||||
|
Reference in New Issue
Block a user