summaryrefslogtreecommitdiff
path: root/linux/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-30 07:13:14 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-30 07:13:14 -0200
commitde37fbd4a44d8af1d798b9631d9e8056b87cf17e (patch)
treecfbed0b635e5db0e59c448868863ce61847cad14 /linux/include/media
parent99dba13c2a2034363c788d26173340fb15c0c35c (diff)
parent38c41e5befb62d52342e5d837beb2f5ab2b8e21e (diff)
downloadmediapointer-dvb-s2-de37fbd4a44d8af1d798b9631d9e8056b87cf17e.tar.gz
mediapointer-dvb-s2-de37fbd4a44d8af1d798b9631d9e8056b87cf17e.tar.bz2
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media')
-rw-r--r--linux/include/media/ov772x.h21
-rw-r--r--linux/include/media/v4l2-chip-ident.h1
2 files changed, 22 insertions, 0 deletions
diff --git a/linux/include/media/ov772x.h b/linux/include/media/ov772x.h
new file mode 100644
index 000000000..e391d55ed
--- /dev/null
+++ b/linux/include/media/ov772x.h
@@ -0,0 +1,21 @@
+/* ov772x Camera
+ *
+ * Copyright (C) 2008 Renesas Solutions Corp.
+ * Kuninori Morimoto <morimoto.kuninori@renesas.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __OV772X_H__
+#define __OV772X_H__
+
+#include <media/soc_camera.h>
+
+struct ov772x_camera_info {
+ unsigned long buswidth;
+ struct soc_camera_link link;
+};
+
+#endif /* __OV772X_H__ */
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h
index d73a8e902..bfe5142e6 100644
--- a/linux/include/media/v4l2-chip-ident.h
+++ b/linux/include/media/v4l2-chip-ident.h
@@ -60,6 +60,7 @@ enum {
/* OmniVision sensors: reserved range 250-299 */
V4L2_IDENT_OV7670 = 250,
+ V4L2_IDENT_OV772X = 251,
/* Conexant MPEG encoder/decoders: reserved range 410-420 */
V4L2_IDENT_CX23415 = 415,