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.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-03-24 15:34:04 -04:00
parent ad3f4fa5bc
commit f0d0533c42
1 changed files with 3 additions and 3 deletions

View File

@ -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;