[PATCH] VBE: Change the version restriction from 2.0 to 1.2

Evgeny M. Zubok evgeny.zubok at tochka.ru
Tue Sep 4 17:27:07 PDT 2012


Hello,

Could you please apply this small patch?  It has been reviewed
earlier here
http://lists.x.org/archives/xorg-devel/2010-April/007039.html but
hasn't been commited. Then I would be able to close the bug
#22672 (here: https://bugs.freedesktop.org/show_bug.cgi?id=22672)
and add DDC routines to the s3 driver.

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)) {



More information about the xorg-devel mailing list