On Mon, 2016-04-11 at 14:25 +0200, walter harms wrote: > edidSize() checks for if (DDC->ver.version != 1) (see 6/9) > so this is bogus either ?
I suppose the check in edidSize isn't strictly necessary. DDC2_Read will always return a validly-sized block, so the math we do here will be correct. Its content might not be valid as EDID, but it will at least self-describe its length as if it were. To Michel's question: dixChangeWindowProperty does behave correctly when given a zero-length property, it truncates the property's value to empty. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
