Fix connector description table

main
Alan Hourihane 2008-03-04 17:50:59 +00:00
parent 44a2209790
commit 5662934ee4
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ static struct drm_prop_enum_list drm_dpms_enum_list[] =
{ DPMSModeOff, "Off" }
};
static struct drm_prop_enum_list drm_conn_enum_list[] =
{ { ConnectorVGA, "VGA" },
{ { ConnectorUnknown, "Unknown" },
{ ConnectorVGA, "VGA" },
{ ConnectorDVII, "DVI-I" },
{ ConnectorDVID, "DVI-D" },
{ ConnectorDVIA, "DVI-A" },