stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ec12d250574b52a6aeff67ffde17f1137f32c0a4

commit ec12d250574b52a6aeff67ffde17f1137f32c0a4
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Apr 7 11:22:12 2015 -0400

    ecore-drm: Add more connector types
    
    Summary: libdrm has support for Virtual and DSI connector types, so
    add those to the connector types
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_output.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index dc87374..77fd734 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -19,7 +19,8 @@ static const char *conn_types[] =
 {
    "None", "VGA", "DVI-I", "DVI-D", "DVI-A",
    "Composite", "S-Video", "LVDS", "Component", "DIN",
-   "DP", "HDMI-A", "HDMI-B", "TV", "eDP",
+   "DisplayPort", "HDMI-A", "HDMI-B", "TV", "eDP", "Virtual",
+   "DSI",
 };
 
 EAPI int ECORE_DRM_EVENT_OUTPUT = 0;

-- 


Reply via email to