Re: [PATCH] Extract and parse the EDID when outputs are added

2013-04-23 Thread Ander Conselvan de Oliveira
Hi, On 04/22/2013 02:57 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. You should add some information of why this patch is necessary to the commit message. It seems yo

[PATCH] Extract and 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 | 139 +++