aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-chip-ident.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-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 bbe2bb6a596a..cfb236e5a1cc 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -71,6 +71,9 @@ enum {
71 V4L2_IDENT_CX23416 = 416, 71 V4L2_IDENT_CX23416 = 416,
72 V4L2_IDENT_CX23418 = 418, 72 V4L2_IDENT_CX23418 = 418,
73 73
74 /* module bt866: just ident 866 */
75 V4L2_IDENT_BT866 = 866,
76
74 /* module vp27smpx: just ident 2700 */ 77 /* module vp27smpx: just ident 2700 */
75 V4L2_IDENT_VP27SMPX = 2700, 78 V4L2_IDENT_VP27SMPX = 2700,
76 79