aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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