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 810a20928a21..7395c815939d 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -143,6 +143,9 @@ enum { | |||
143 | /* module saa6588: just ident 6588 */ | 143 | /* module saa6588: just ident 6588 */ |
144 | V4L2_IDENT_SAA6588 = 6588, | 144 | V4L2_IDENT_SAA6588 = 6588, |
145 | 145 | ||
146 | /* module vs6624: just ident 6624 */ | ||
147 | V4L2_IDENT_VS6624 = 6624, | ||
148 | |||
146 | /* module saa6752hs: reserved range 6750-6759 */ | 149 | /* module saa6752hs: reserved range 6750-6759 */ |
147 | V4L2_IDENT_SAA6752HS = 6752, | 150 | V4L2_IDENT_SAA6752HS = 6752, |
148 | V4L2_IDENT_SAA6752HS_AC3 = 6753, | 151 | V4L2_IDENT_SAA6752HS_AC3 = 6753, |
@@ -162,6 +165,9 @@ enum { | |||
162 | /* module adv7180: just ident 7180 */ | 165 | /* module adv7180: just ident 7180 */ |
163 | V4L2_IDENT_ADV7180 = 7180, | 166 | V4L2_IDENT_ADV7180 = 7180, |
164 | 167 | ||
168 | /* module adv7183: just ident 7183 */ | ||
169 | V4L2_IDENT_ADV7183 = 7183, | ||
170 | |||
165 | /* module saa7185: just ident 7185 */ | 171 | /* module saa7185: just ident 7185 */ |
166 | V4L2_IDENT_SAA7185 = 7185, | 172 | V4L2_IDENT_SAA7185 = 7185, |
167 | 173 | ||