[PATCH] xfree86: Change VBE version early-out to 1.2. (#22672)

Corbin Simpson mostawesomedude at gmail.com
Thu Apr 8 03:58:21 PDT 2010


From: Evgeny M. Zubok <evgeny.zubok at tochka.ru>

Reporter has an S3 Trio with DDC and VESA 1.2.

Signed-off-by: Corbin Simpson <MostAwesomeDude at gmail.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
---
 hw/xfree86/vbe/vbe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c
index 26f5911..baf897a 100644
--- a/hw/xfree86/vbe/vbe.c
+++ b/hw/xfree86/vbe/vbe.c
@@ -313,7 +313,7 @@ vbeDoEDID(vbeInfoPtr pVbe, pointer pDDCModule)
     unsigned char *DDC_data = NULL;
     
     if (!pVbe) return NULL;
-    if (pVbe->version < 0x200)
+    if (pVbe->version < 0x102)
 	return NULL;
 
     if (!(pModule = pDDCModule)) {
-- 
1.6.6.1



More information about the xorg-devel mailing list