diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-29 03:34:11 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-29 03:34:11 -0400 |
commit | 2b9a5be3bb22fad1d52ec9eea7733c5e956250b7 (patch) | |
tree | d6e10b69e543e0d6862bb3f1ba2a963349e4625a /src/radeon_atombios.c | |
parent | 63c873cbd4d1d21d9f688028c0900c79fadc42c1 (diff) |
radeon: fix typo in object header to connector type conversion
Should fix bug 19943
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index f590d5b9..bf3bfa04 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1436,11 +1436,11 @@ const int object_connector_convert[] = CONNECTOR_CTV, CONNECTOR_STV, CONNECTOR_NONE, + CONNECTOR_NONE, CONNECTOR_DIN, CONNECTOR_SCART, CONNECTOR_HDMI_TYPE_A, CONNECTOR_HDMI_TYPE_B, - CONNECTOR_HDMI_TYPE_B, CONNECTOR_LVDS, CONNECTOR_DIN, CONNECTOR_NONE, |