summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch
new file mode 100644
index 00000000..32b825bf
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch
@@ -0,0 +1,37 @@
1From 9cfb19dd4093463361f279276e67d2c61e0f7d5e Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Thu, 15 Jul 2010 18:33:00 -0500
4Subject: [PATCH 60/75] mt9t112: Add back 3MP basesize
5
6Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
7---
8 drivers/media/video/mt9t112.c | 6 +++---
9 1 files changed, 3 insertions(+), 3 deletions(-)
10
11diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
12index eebc2b5..46d1bd6 100644
13--- a/drivers/media/video/mt9t112.c
14+++ b/drivers/media/video/mt9t112.c
15@@ -41,8 +41,8 @@
16 /*
17 * frame size
18 */
19-#define MAX_WIDTH 640 /* 2048 */
20-#define MAX_HEIGHT 480 /* 1536 */
21+#define MAX_WIDTH 2048
22+#define MAX_HEIGHT 1536
23
24 #define VGA_WIDTH 640
25 #define VGA_HEIGHT 480
26@@ -133,7 +133,7 @@ const static struct v4l2_fmtdesc mt9t112_formats[] = {
27 ************************************************************************/
28 const static struct mt9t112_frame_size mt9t112_sizes[] = {
29 { 640, 480 },
30- /* { 2048, 1536} */
31+ { 2048, 1536}
32 };
33
34 /************************************************************************
35--
361.6.6.1
37