diff options
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 6cc107d198a0..5341e3d931f4 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -155,6 +155,9 @@ enum { | |||
155 | /* module adv7343: just ident 7343 */ | 155 | /* module adv7343: just ident 7343 */ |
156 | V4L2_IDENT_ADV7343 = 7343, | 156 | V4L2_IDENT_ADV7343 = 7343, |
157 | 157 | ||
158 | /* module saa7706h: just ident 7706 */ | ||
159 | V4L2_IDENT_SAA7706H = 7706, | ||
160 | |||
158 | /* module wm8739: just ident 8739 */ | 161 | /* module wm8739: just ident 8739 */ |
159 | V4L2_IDENT_WM8739 = 8739, | 162 | V4L2_IDENT_WM8739 = 8739, |
160 | 163 | ||