devilhorns pushed a commit to branch master.

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

commit f0d0533c42ac5dc633e90a018f8ec459c852ba7e
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Mar 24 15:34:04 2015 -0400

    ecore-drm: Use better output names
    
    Summary: As there are various DVI and HDMI output names, update the
    output connector types area to be more accurate so we get better
    output names
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_output.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index 3fcc703..fc2cd5e 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -17,9 +17,9 @@
 
 static const char *conn_types[] = 
 {
-   "None", "VGA", "DVI", "DVI", "DVI",
-   "Composite", "TV", "LVDS", "CTV", "DIN",
-   "DP", "HDMI", "HDMI", "TV", "eDP",
+   "None", "VGA", "DVI-I", "DVI-D", "DVI-A",
+   "Composite", "S-Video", "LVDS", "Component", "DIN",
+   "DP", "HDMI-A", "HDMI-B", "TV", "eDP",
 };
 
 EAPI int ECORE_DRM_EVENT_OUTPUT = 0;

-- 


Reply via email to