diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-28 22:24:33 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-28 22:24:33 +0200 |
commit | 2303af8eb5d34a6c89e12035c530f95c80210928 (patch) | |
tree | 2c7eb60bee2d04b6077cdbde435a4e44108f68e0 /linux/include | |
parent | c1f7e6c05cb6b34d620d7e0ad00ee9e2d16f9d61 (diff) | |
download | mediapointer-dvb-s2-2303af8eb5d34a6c89e12035c530f95c80210928.tar.gz mediapointer-dvb-s2-2303af8eb5d34a6c89e12035c530f95c80210928.tar.bz2 |
cx18: new driver for the Conexant CX23418 MPEG encoder chip
From: Hans Verkuil <hverkuil@xs4all.nl>
Many thanks to Steve Toth from Hauppauge and Nattu Dakshinamurthy from
Conexant for their support. I am in particular thankful to Hauppauge
since without their help this driver would not exist. It should also
be noted that Steve did the work to get the DVB part up and running.
Thank you!
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: G. Andrew Walls <awalls@radix.net>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/v4l2-chip-ident.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h index 0ea0bd85c..2a5277427 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -64,6 +64,7 @@ enum { /* Conexant MPEG encoder/decoders: reserved range 410-420 */ V4L2_IDENT_CX23415 = 415, V4L2_IDENT_CX23416 = 416, + V4L2_IDENT_CX23418 = 418, /* module vp27smpx: just ident 2700 */ V4L2_IDENT_VP27SMPX = 2700, |