xf86-video-ati: Branch 'master'

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


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

New commits:
commit 2b9a5be3bb22fad1d52ec9eea7733c5e956250b7
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 f590d5b..bf3bfa0 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,


More information about the xorg-commit mailing list