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 cfb236e5a1cc..0766106beb82 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -71,6 +71,11 @@ enum { | |||
71 | V4L2_IDENT_CX23416 = 416, | 71 | V4L2_IDENT_CX23416 = 416, |
72 | V4L2_IDENT_CX23418 = 418, | 72 | V4L2_IDENT_CX23418 = 418, |
73 | 73 | ||
74 | /* module bt819: reserved range 810-819 */ | ||
75 | V4L2_IDENT_BT815A = 815, | ||
76 | V4L2_IDENT_BT817A = 817, | ||
77 | V4L2_IDENT_BT819A = 819, | ||
78 | |||
74 | /* module bt866: just ident 866 */ | 79 | /* module bt866: just ident 866 */ |
75 | V4L2_IDENT_BT866 = 866, | 80 | V4L2_IDENT_BT866 = 866, |
76 | 81 | ||