summaryrefslogtreecommitdiff
path: root/linux/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-02-25 10:09:33 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-25 10:09:33 -0200
commitdc6e8817d776cdb670fd1db1cb48f2ee25c91717 (patch)
tree677d3c5ec66470c67ef759f05bc10651b19be25e /linux/include/media
parent72fadf90dd75161b532265142351354510a62e3c (diff)
parent29dc3ffaee320cff68d0ef8a2d9e2e0f112df29d (diff)
downloadmediapointer-dvb-s2-dc6e8817d776cdb670fd1db1cb48f2ee25c91717.tar.gz
mediapointer-dvb-s2-dc6e8817d776cdb670fd1db1cb48f2ee25c91717.tar.bz2
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> There's something weird with mercurial... sometimes, hg merge doesn't work. Instead, I need to do: hg update hg merge -r <the other head> hg commit This way, the diff patch will show what happened with the first head, instead of the merging changes added by the newer one :( Anyway, since each individual patch can be seem at the history, it will work. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media')
-rw-r--r--linux/include/media/cx2341x.h2
-rw-r--r--linux/include/media/v4l2-chip-ident.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/linux/include/media/cx2341x.h b/linux/include/media/cx2341x.h
index 583b0621f..38c12fed7 100644
--- a/linux/include/media/cx2341x.h
+++ b/linux/include/media/cx2341x.h
@@ -166,7 +166,7 @@ void cx2341x_log_status(struct cx2341x_mpeg_params *p, const char *prefix);
#define CX2341X_ENC_SET_PLACEHOLDER 0xd7
#define CX2341X_ENC_MUTE_VIDEO 0xd9
#define CX2341X_ENC_MUTE_AUDIO 0xda
-#define CX2341X_ENC_UNKNOWN 0xdb
+#define CX2341X_ENC_SET_VERT_CROP_LINE 0xdb
#define CX2341X_ENC_MISC 0xdc
/* OSD API, specific to the cx23415 */
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h
index 67a34d528..5698fcd1d 100644
--- a/linux/include/media/v4l2-chip-ident.h
+++ b/linux/include/media/v4l2-chip-ident.h
@@ -55,6 +55,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