Re: [PATCH 3/3] Parse the EDID when outputs are added

2013-04-23 Thread Richard Hughes
On 23 Apr 2013 16:36, "Rob Bradford" wrote: > Please can you clarify what I think this statement implies. That is that > you are certifying that you have the rights to license this code under > the MIT license as carried by Weston. Correct, i.e. I read the VESA EDID specification document. :) Ric

Re: [PATCH 3/3] Parse the EDID when outputs are added

2013-04-23 Thread Rob Bradford
On Mon, Apr 22, 2013 at 12:57:04PM +0100, Richard Hughes wrote: > At the moment we're only extracting interesting strings. We have to be quite > careful parsing the EDID data, as vendors like to do insane things. > > The original EDID parsing code was written by me for gnome-color-manager. Hi Ric

[PATCH 3/3] Parse the EDID when outputs are added

2013-04-22 Thread Richard Hughes
At the moment we're only extracting interesting strings. We have to be quite careful parsing the EDID data, as vendors like to do insane things. The original EDID parsing code was written by me for gnome-color-manager. --- src/compositor-drm.c | 166 +++

Re: [PATCH 3/3] Parse the EDID when outputs are added

2013-04-19 Thread David Herrmann
Hi On Fri, Apr 19, 2013 at 5:02 PM, Richard Hughes wrote: > At the moment we're only extracting interesting strings. We have to be quite > careful parsing the EDID data, as vendors like to do insane things. > > The original EDID parsing code was written by me for gnome-color-manager. > --- > src

[PATCH 3/3] Parse the EDID when outputs are added

2013-04-19 Thread Richard Hughes
At the moment we're only extracting interesting strings. We have to be quite careful parsing the EDID data, as vendors like to do insane things. The original EDID parsing code was written by me for gnome-color-manager. --- src/compositor-drm.c | 166 +++