From patchwork Fri Sep 27 11:26:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 2954121 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EA42DBFF0B for ; Fri, 27 Sep 2013 11:28:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 35E2820221 for ; Fri, 27 Sep 2013 11:28:36 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 38D8920160 for ; Fri, 27 Sep 2013 11:28:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 34645E7C87 for ; Fri, 27 Sep 2013 04:28:35 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by gabe.freedesktop.org (Postfix) with ESMTP id 9C7AAE5FA8 for ; Fri, 27 Sep 2013 04:27:04 -0700 (PDT) Received: by mail-wg0-f52.google.com with SMTP id m15so2554388wgh.19 for ; Fri, 27 Sep 2013 04:27:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=7GMKY89kldJUnwq+ctKf3IscQr4ghpXkxnGfyhd5K2w=; b=Lio63Hjatgm9iAjyZPlPKjX2UjYJqdYBcQvkcFbiqHfSfxpD8sXuOPW8YMmjzL39qj +elgRXf4B6ygCK5oe2u5A4lKGrbAYmPEwZ1FCMlUwjQs6S0qsUwEJPcRVNWHmypFI9U7 g6rFuUKudOKlW9ywfsICuxI4q+cDojxcqYIzFzPnEO3FTU0LPaPAxJqJ2i2WDX4WnQ+l K3+Z/QQzYJO8gVE/39wx2U/MCi1G1bU66HNYYRBxly/AK42AlkmBc21slu0K35jZMBTp 4ONiYSZng7lfrSIpbGM6j9hsJbfr8839EXkmNnCkibw5Gfy8zSWSdPU90MsehzbgqG4z Ijfw== X-Gm-Message-State: ALoCoQlrRqKnBHumQAKUdTp+DQ/R3XVZ5SUAyZH4Vs7Ddq9aS0yr9xx1dpisw9B7GpEwzAC8c3un X-Received: by 10.180.149.179 with SMTP id ub19mr2166072wib.43.1380281223225; Fri, 27 Sep 2013 04:27:03 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id gp9sm37633435wib.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 27 Sep 2013 04:27:02 -0700 (PDT) From: Thomas Wood To: dri-devel@lists.freedesktop.org Subject: [PATCH edid-decode 1/3] Add a missing comma to the list of CEA VICs Date: Fri, 27 Sep 2013 12:26:59 +0100 Message-Id: <1380281221-2116-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Thomas Wood Reviewed-by: Damien Lespiau --- edid-decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",