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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 69e3092fd288..b5ed91a4ce92 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -82,6 +82,11 @@ enum {
82 /* module bt866: just ident 866 */ 82 /* module bt866: just ident 866 */
83 V4L2_IDENT_BT866 = 866, 83 V4L2_IDENT_BT866 = 866,
84 84
85 /* module ks0127: reserved range 1120-1129 */
86 V4L2_IDENT_KS0122S = 1122,
87 V4L2_IDENT_KS0127 = 1127,
88 V4L2_IDENT_KS0127B = 1128,
89
85 /* module vp27smpx: just ident 2700 */ 90 /* module vp27smpx: just ident 2700 */
86 V4L2_IDENT_VP27SMPX = 2700, 91 V4L2_IDENT_VP27SMPX = 2700,
87 92