summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorAndrew Chew <achew@nvidia.com>2011-02-17 22:14:33 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 23:32:16 (GMT)
commit9bd060e492a2725c55404988ceed473a090bd04d (patch)
treee21b632e608111d5be28e982150af1ca5bee7dde /include/media
parent787d0f9d5ca3e98f23af94037094a9a3fafec665 (diff)
downloadlinux-fsl-qoriq-9bd060e492a2725c55404988ceed473a090bd04d.tar.xz
[media] V4L: Initial submit of OV9740 driver
This soc_camera driver is for Omnivision's OV9740 sensor. This initial submission provides support for YUV422 output at 1280x720 (720p), which is the sensor's native resolution. 640x480 (VGA) is also supported, with cropping and scaling performed by the sensor's ISP. This driver is heavily based off of the existing OV9640 driver. Signed-off-by: Andrew Chew <achew@nvidia.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-chip-ident.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index ff4a52c..b3edb67 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -75,6 +75,7 @@ enum {
V4L2_IDENT_OV9640 = 257,
V4L2_IDENT_OV6650 = 258,
V4L2_IDENT_OV2640 = 259,
+ V4L2_IDENT_OV9740 = 260,
/* module saa7146: reserved range 300-309 */
V4L2_IDENT_SAA7146 = 300,