diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-13 17:38:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:10 -0400 |
commit | 2b80a19181af3bb15ef1c022f4a56deabcc5bd5e (patch) | |
tree | f99e02026cdc23ca3cd5ee637afa7fc5cbdb169d /include/media | |
parent | cf4e9484f402c799fa25c9ffb7e9a3b620a3702d (diff) |
V4L/DVB (10862): indycam: 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 | 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 70117e748f20..f02517bdf534 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -70,6 +70,9 @@ enum { | |||
70 | V4L2_IDENT_CX23416 = 416, | 70 | V4L2_IDENT_CX23416 = 416, |
71 | V4L2_IDENT_CX23418 = 418, | 71 | V4L2_IDENT_CX23418 = 418, |
72 | 72 | ||
73 | /* module indycam: just ident 2000 */ | ||
74 | V4L2_IDENT_INDYCAM = 2000, | ||
75 | |||
73 | /* module bt819: reserved range 810-819 */ | 76 | /* module bt819: reserved range 810-819 */ |
74 | V4L2_IDENT_BT815A = 815, | 77 | V4L2_IDENT_BT815A = 815, |
75 | V4L2_IDENT_BT817A = 817, | 78 | V4L2_IDENT_BT817A = 817, |