Ville Syrj?l? writes: > On Thu, Nov 22, 2012 at 05:23:03AM -0500, Egbert Eich wrote: > > > > - /* if there's no extensions, we're done */ > > + /* if there are no extensions, we're done - don't bother caching */ > > if (block[EDID_EXTENSION_FLAG_OFFSET] == 0) > > return block; > > Shouldn't you erase the cache here too? >
Indeed. And I had fixed it. It went into the wrong patch however :( Will correct. Thanks, Egbert.