Patchworkβ [1/4,v6] Support for TVP7002 in v4l2 definitions

login
register
about
Submitter santiago.nunez@ridgerun.com
Date 2009-11-06 15:35:40
Message ID <1257521740-23507-1-git-send-email-santiago.nunez@ridgerun.com>
Download mbox | patch
Permalink /patch/58054/
State Superseded
Headers show

Comments

santiago.nunez@ridgerun.com - 2009-11-06 15:35:40
From: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>

This patch provides required chip identification definitions
within v4l2.

Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
---
 include/media/v4l2-chip-ident.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

Patch

diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index cf16689..688b7ed 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -129,6 +129,9 @@  enum {
 	V4L2_IDENT_SAA6752HS = 6752,
 	V4L2_IDENT_SAA6752HS_AC3 = 6753,
 
+	/* module tvp7002: just ident 7002 */
+	V4L2_IDENT_TVP7002 = 7002,
+
 	/* module adv7170: just ident 7170 */
 	V4L2_IDENT_ADV7170 = 7170,
 
@@ -147,9 +150,15 @@  enum {
 	/* module ths7303: just ident 7303 */
 	V4L2_IDENT_THS7303 = 7303,
 
+	/* module ths7353: just ident 7353 */
+	V4L2_IDENT_THS7353 = 7353,
+
 	/* module adv7343: just ident 7343 */
 	V4L2_IDENT_ADV7343 = 7343,
 
+	/* module ths8200: just ident 8200 */
+	V4L2_IDENT_THS8200 = 8200,
+
 	/* module wm8739: just ident 8739 */
 	V4L2_IDENT_WM8739 = 8739,