From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: 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 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 List-ID: 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, -- 1.7.7.6