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 bfe5142e6672..e3e5b53931de 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -70,6 +70,9 @@ enum {
70 /* module vp27smpx: just ident 2700 */ 70 /* module vp27smpx: just ident 2700 */
71 V4L2_IDENT_VP27SMPX = 2700, 71 V4L2_IDENT_VP27SMPX = 2700,
72 72
73 /* module tvp5150 */
74 V4L2_IDENT_TVP5150 = 5150,
75
73 /* module cs5345: just ident 5345 */ 76 /* module cs5345: just ident 5345 */
74 V4L2_IDENT_CS5345 = 5345, 77 V4L2_IDENT_CS5345 = 5345,
75 78