diff options
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 8ae42c41dd08..032bb75f69c2 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -68,6 +68,9 @@ enum { | |||
68 | /* module vp27smpx: just ident 2700 */ | 68 | /* module vp27smpx: just ident 2700 */ |
69 | V4L2_IDENT_VP27SMPX = 2700, | 69 | V4L2_IDENT_VP27SMPX = 2700, |
70 | 70 | ||
71 | /* module cs5345: just ident 5345 */ | ||
72 | V4L2_IDENT_CS5345 = 5345, | ||
73 | |||
71 | /* module wm8739: just ident 8739 */ | 74 | /* module wm8739: just ident 8739 */ |
72 | V4L2_IDENT_WM8739 = 8739, | 75 | V4L2_IDENT_WM8739 = 8739, |
73 | 76 | ||
@@ -83,6 +86,9 @@ enum { | |||
83 | /* module upd64083: just ident 64083 */ | 86 | /* module upd64083: just ident 64083 */ |
84 | V4L2_IDENT_UPD64083 = 64083, | 87 | V4L2_IDENT_UPD64083 = 64083, |
85 | 88 | ||
89 | /* module m52790: just ident 52790 */ | ||
90 | V4L2_IDENT_M52790 = 52790, | ||
91 | |||
86 | /* module msp34xx: reserved range 34000-34999 */ | 92 | /* module msp34xx: reserved range 34000-34999 */ |
87 | V4L2_IDENT_MSP3400B = 34002, | 93 | V4L2_IDENT_MSP3400B = 34002, |
88 | V4L2_IDENT_MSP3410B = 34102, | 94 | V4L2_IDENT_MSP3410B = 34102, |