aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-04-27 12:31:23 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:43:48 -0300
commit1b5888cea1d371239a130150222e63d476298d89 (patch)
treeaa52416563959167e388b680653c2615eb6a1b27 /include/media
parentV4L/DVB (5336): Cx23416 doc updates + rename CX2341X_ENC_UNKNOWN (diff)
downloadlinux-dev-1b5888cea1d371239a130150222e63d476298d89.tar.xz
linux-dev-1b5888cea1d371239a130150222e63d476298d89.zip
V4L/DVB (5341): Add cx23415/6 chip idents.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-chip-ident.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index f6686ce133d8..7d0c65413981 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -57,6 +57,10 @@ enum {
/* OmniVision sensors - range 250-299 */
V4L2_IDENT_OV7670 = 250,
+
+ /* Conexant MPEG encoder/decoders: range 410-420 */
+ V4L2_IDENT_CX23415 = 415,
+ V4L2_IDENT_CX23416 = 416,
};
#endif