On Tuesday, February 24, 2009 5:31:53 pm Kyle McMartin wrote: > From: Kyle McMartin <[email protected]> > > edid->revision == 0 should be valid (at least, so the error message > indicates. :) and wikipedia seems to indicate that EDID 1.0 existed. > > We can dump the entire check, since edid->revision is a u8, so > it can't ever be less than 0. > > Marko reports in RH bz#476735 that his monitor claims to be > EDID 1.0, and therefore hits the check and is stuck at 800x600 because > of it. > > Reported-by: Marko Ristola <[email protected]> > Signed-off-by: Kyle McMartin <[email protected]>
Heh, yeah this makes the code correct *and* match the message. Thanks. Acked-by: Jesse Barnes <[email protected]> -- Jesse Barnes, Intel Open Source Technology Center ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
