aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-chip-ident.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index f02517bdf534..43684f105fd8 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -131,6 +131,9 @@ enum {
131 /* module saa7185: just ident 7185 */ 131 /* module saa7185: just ident 7185 */
132 V4L2_IDENT_SAA7185 = 7185, 132 V4L2_IDENT_SAA7185 = 7185,
133 133
134 /* module saa7191: just ident 7191 */
135 V4L2_IDENT_SAA7191 = 7191,
136
134 /* module wm8739: just ident 8739 */ 137 /* module wm8739: just ident 8739 */
135 V4L2_IDENT_WM8739 = 8739, 138 V4L2_IDENT_WM8739 = 8739,
136 139