From patchwork Wed Aug 22 10:45:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volokh Konstantin X-Patchwork-Id: 1359511 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 01D663FD40 for ; Wed, 22 Aug 2012 06:43:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754655Ab2HVGnS (ORCPT ); Wed, 22 Aug 2012 02:43:18 -0400 Received: from mail.telros.ru ([83.136.244.21]:60629 "EHLO mail.telros.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754147Ab2HVGnS (ORCPT ); Wed, 22 Aug 2012 02:43:18 -0400 X-Greylist: delayed 1212 seconds by postgrey-1.27 at vger.kernel.org; Wed, 22 Aug 2012 02:43:17 EDT Received: from [172.23.0.104] (helo=VPir.telros.ru) by mail.telros.ru with esmtp id 1T44eu-00068x-W6 ; Wed, 22 Aug 2012 10:43:21 +0400 From: Volokh Konstantin To: linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, volokh@telros.ru Cc: Volokh Konstantin Subject: [PATCH 04/10] staging: media: go7007: Add IDENT for TW2802/2804 Date: Wed, 22 Aug 2012 14:45:13 +0400 Message-Id: <1345632319-23224-4-git-send-email-volokh84@gmail.com> In-Reply-To: <1345632319-23224-1-git-send-email-volokh84@gmail.com> References: <1345632319-23224-1-git-send-email-volokh84@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Volokh Konstantin --- include/media/v4l2-chip-ident.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 7395c81..5395495 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -113,6 +113,10 @@ enum { /* module vp27smpx: just ident 2700 */ V4L2_IDENT_VP27SMPX = 2700, + /* module wis-tw2804: 2802/2804 */ + V4L2_IDENT_TW2802 = 2802, + V4L2_IDENT_TW2804 = 2804, + /* module vpx3220: reserved range: 3210-3229 */ V4L2_IDENT_VPX3214C = 3214, V4L2_IDENT_VPX3216B = 3216,