Skip to content

Commit

Permalink
V4L/DVB (5341): Add cx23415/6 chip idents.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 27, 2007
1 parent 0b20060 commit 1b5888c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b5888c

Please sign in to comment.