diff options
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 59106cc68a63..f53f1a1b0525 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -88,6 +88,11 @@ enum { | |||
88 | /* module vp27smpx: just ident 2700 */ | 88 | /* module vp27smpx: just ident 2700 */ |
89 | V4L2_IDENT_VP27SMPX = 2700, | 89 | V4L2_IDENT_VP27SMPX = 2700, |
90 | 90 | ||
91 | /* module vpx3220: reserved range: 3210-3229 */ | ||
92 | V4L2_IDENT_VPX3214C = 3214, | ||
93 | V4L2_IDENT_VPX3216B = 3216, | ||
94 | V4L2_IDENT_VPX3220A = 3220, | ||
95 | |||
91 | /* module tvp5150 */ | 96 | /* module tvp5150 */ |
92 | V4L2_IDENT_TVP5150 = 5150, | 97 | V4L2_IDENT_TVP5150 = 5150, |
93 | 98 | ||