aboutsummaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0060-mt9t112-Add-back-3MP-basesize.patch
blob: 32b825bfa69f8820470684283cd80177232a7ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 9cfb19dd4093463361f279276e67d2c61e0f7d5e Mon Sep 17 00:00:00 2001
From: Sergio Aguirre <saaguirre@ti.com>
Date: Thu, 15 Jul 2010 18:33:00 -0500
Subject: [PATCH 60/75] mt9t112: Add back 3MP basesize

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
---
 drivers/media/video/mt9t112.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
index eebc2b5..46d1bd6 100644
--- a/drivers/media/video/mt9t112.c
+++ b/drivers/media/video/mt9t112.c
@@ -41,8 +41,8 @@
 /*
  * frame size
  */
-#define MAX_WIDTH   640 /* 2048 */
-#define MAX_HEIGHT  480 /* 1536 */
+#define MAX_WIDTH   2048
+#define MAX_HEIGHT  1536
 
 #define VGA_WIDTH   640
 #define VGA_HEIGHT  480
@@ -133,7 +133,7 @@ const static struct v4l2_fmtdesc mt9t112_formats[] = {
 ************************************************************************/
 const static struct mt9t112_frame_size mt9t112_sizes[] = {
 	{  640, 480 },
-	/* { 2048, 1536} */
+	{ 2048, 1536}
 };
 
 /************************************************************************
-- 
1.6.6.1