diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-19 04:36:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:57 -0400 |
commit | c2179ad87240cf31b751f198c55140211e8cef89 (patch) | |
tree | 32d3bd98208430cd74e9da9a9826e4affb419379 /include/media | |
parent | 8e4e1d8054b037e867849162ba78cf9b153b0dcc (diff) |
V4L/DVB (10719): bt819: convert to v4l2_subdev.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 | ||