xf86-video-ati: Branch '6.12-branch'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Jul 29 00:35:57 PDT 2009


 src/radeon_atombios.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8225ce61a26bd310b3d649a33e9687cf9626858
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 29 03:34:11 2009 -0400

    radeon: fix typo in object header to connector type conversion
    
    Should fix bug 19943

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index e740e59..1e7b202 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1377,11 +1377,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,


More information about the xorg-commit mailing list