From: Evgeny M. Zubok <[email protected]> Reporter has an S3 Trio with DDC and VESA 1.2.
Signed-off-by: Corbin Simpson <[email protected]> Reviewed-by: Matt Turner <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
