aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorSantiago Nunez-Corrales <santiago.nunez@ridgerun.com>2009-12-18 12:07:29 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:11:01 -0500
commitff9118a516cd4d58f984dded2e39937395867a4b (patch)
treeea3a78fecc6f41fed2fe61ab9ec041ea71f53a30 /include/media
parent4105ed5df1e16afbbea4c96f8d513bda21248308 (diff)
V4L/DVB: Support for TVP7002 in v4l2 definitions
This patch provides required chip identification definitions within v4l2. Included only definitions for TVP7002. Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-chip-ident.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 5341e3d931f4..994e7ebd54c1 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -134,6 +134,9 @@ enum {
134 /* modules tef6862: just ident 6862 */ 134 /* modules tef6862: just ident 6862 */
135 V4L2_IDENT_TEF6862 = 6862, 135 V4L2_IDENT_TEF6862 = 6862,
136 136
137 /* module tvp7002: just ident 7002 */
138 V4L2_IDENT_TVP7002 = 7002,
139
137 /* module adv7170: just ident 7170 */ 140 /* module adv7170: just ident 7170 */
138 V4L2_IDENT_ADV7170 = 7170, 141 V4L2_IDENT_ADV7170 = 7170,
139 142