dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Hans Verkuil 2007-04-27 12:31:23 -03:00 committed by Mauro Carvalho Chehab
parent 0b20060f6c
commit 1b5888cea1
1 changed files with 4 additions and 0 deletions

View 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