Message ID | 1380281221-2116-1-git-send-email-thomas.wood@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Sep 27, 2013 at 12:26:59PM +0100, Thomas Wood wrote: > Signed-off-by: Thomas Wood <thomas.wood@intel.com> For the series (that fixes 2 embarassing bugs from me and 1 long standing one that wasn't parsing the last CEA VIC): Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
On Fri, Sep 27, 2013 at 12:26:59PM +0100, Thomas Wood wrote:
> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Thanks for the series, all pushed with the virtual nod from Ajax on
IRC.
diff --git a/edid-decode.c b/edid-decode.c index d3e3118..3830e0c 100644 --- a/edid-decode.c +++ b/edid-decode.c @@ -649,7 +649,7 @@ static const char *edid_cea_modes[] = { "1440x240@60Hz", "1440x240@60Hz", "2880x480i@60Hz", - "2880x480i@60Hz" + "2880x480i@60Hz", "2880x240@60Hz", "2880x240@60Hz", "1440x480@60Hz",
Signed-off-by: Thomas Wood <thomas.wood@intel.com> --- edid-decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)