From patchwork Tue Oct 5 09:53:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 231651 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o959raVj007402 for ; Tue, 5 Oct 2010 09:53:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932563Ab0JEJxe (ORCPT ); Tue, 5 Oct 2010 05:53:34 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:43544 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1756907Ab0JEJxe (ORCPT ); Tue, 5 Oct 2010 05:53:34 -0400 Received: (qmail invoked by alias); 05 Oct 2010 09:53:32 -0000 Received: from p50898CEC.dip0.t-ipconnect.de (EHLO axis700.grange) [80.137.140.236] by mail.gmx.net (mp018) with SMTP; 05 Oct 2010 11:53:32 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX19uyYlkK19uVSM2zg6rqd9a77FuJarm133GMz+RTI NQeB8Rt1fcWpDZ Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1P34DR-0007vq-Po for linux-media@vger.kernel.org; Tue, 05 Oct 2010 11:53:45 +0200 Date: Tue, 5 Oct 2010 11:53:45 +0200 (CEST) From: Guennadi Liakhovetski To: Linux Media Mailing List Subject: [PATCH 1/2] V4L: add IMX074 sensor chip ID In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-Y-GMX-Trusted: 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.3 (demeter1.kernel.org [140.211.167.41]); Tue, 05 Oct 2010 09:53:37 +0000 (UTC) diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 1c612b4..aeb4ff9 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -38,6 +38,9 @@ enum { /* module tvaudio: reserved range 50-99 */ V4L2_IDENT_TVAUDIO = 50, /* A tvaudio chip, unknown which it is exactly */ + /* Sony IMX074 */ + V4L2_IDENT_IMX074 = 74, + /* module saa7110: just ident 100 */ V4L2_IDENT_SAA7110 = 100,