From patchwork Wed Aug 17 10:36:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Deepthy Ravi X-Patchwork-Id: 1073492 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7HAaIEI012336 for ; Wed, 17 Aug 2011 10:36:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752864Ab1HQKgQ (ORCPT ); Wed, 17 Aug 2011 06:36:16 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:53648 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512Ab1HQKgQ (ORCPT ); Wed, 17 Aug 2011 06:36:16 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id p7HAa7dD013494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Aug 2011 05:36:10 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7HAa6BO008966; Wed, 17 Aug 2011 16:06:07 +0530 (IST) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 8.3.106.1; Wed, 17 Aug 2011 16:06:06 +0530 Received: from localhost.localdomain (dbdp20.itg.ti.com [172.24.170.38]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7HAa5H3003408; Wed, 17 Aug 2011 16:06:05 +0530 (IST) From: Deepthy Ravi To: , , , CC: , Vaibhav Hiremath , Deepthy Ravi Subject: [PATCH] V4L/DVB: Add chip ID of TVP5146 video decoder Date: Wed, 17 Aug 2011 16:06:05 +0530 Message-ID: <1313577365-18516-1-git-send-email-deepthy.ravi@ti.com> X-Mailer: git-send-email 1.6.2.4 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 17 Aug 2011 10:36:18 +0000 (UTC) From: Vaibhav Hiremath This patch is to add chip identifier entry for TVP5146 video decoder. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- include/media/v4l2-chip-ident.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 63fd9d3..cd9b66f 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -122,6 +122,9 @@ enum { /* Other via devs could use 3314, 3324, 3327, 3336, 3364, 3353 */ V4L2_IDENT_VIA_VX855 = 3409, + /* module tvp514x */ + V4L2_IDENT_TVP5146 = 5146, + /* module tvp5150 */ V4L2_IDENT_TVP5150 = 5150,