hardware_caps: set CEC flag for SPARK

Origin commit data
------------------
Branch: master
Commit: 8a234a84bb
Author: martii <m4rtii@gmx.de>
Date: 2013-02-12 (Tue, 12 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-02-12 21:18:45 +01:00
parent 851207c234
commit 5a77d1d6ad

View File

@@ -30,6 +30,9 @@ hw_caps_t *get_hwcaps(void)
memset(&caps, 0, sizeof(hw_caps_t));
initialized = 1;
#ifdef MARTII
caps.can_cec = 1;
#endif
caps.can_shutdown = 1;
caps.display_type = HW_DISPLAY_LED_NUM;
caps.has_HDMI = 1;