]> err.no Git - linux-2.6/commitdiff
V4L/DVB (5341): Add cx23415/6 chip idents.
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 27 Apr 2007 15:31:23 +0000 (12:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:43:48 +0000 (15:43 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
include/media/v4l2-chip-ident.h

index f6686ce133d82d58e5d601dc2b54e83ac2b48d83..7d0c654139812c1b5db255b2a1e07ec9a7a6bdc2 100644 (file)
@@ -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