diff options
Diffstat (limited to 'include/media')
-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 bf937d3c6ba9..42759db6794e 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -293,6 +293,11 @@ enum { | |||
293 | /* module cs53132a: just ident 53132 */ | 293 | /* module cs53132a: just ident 53132 */ |
294 | V4L2_IDENT_CS53l32A = 53132, | 294 | V4L2_IDENT_CS53l32A = 53132, |
295 | 295 | ||
296 | /* modules upd61151 MPEG2 encoder: just ident 54000 */ | ||
297 | V4L2_IDENT_UPD61161 = 54000, | ||
298 | /* modules upd61152 MPEG2 encoder with AC3: just ident 54001 */ | ||
299 | V4L2_IDENT_UPD61162 = 54001, | ||
300 | |||
296 | /* module upd64031a: just ident 64031 */ | 301 | /* module upd64031a: just ident 64031 */ |
297 | V4L2_IDENT_UPD64031A = 64031, | 302 | V4L2_IDENT_UPD64031A = 64031, |
298 | 303 | ||