summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch
new file mode 100644
index 00000000..06eec34e
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0033-mt9v113-Fix-wrong-active-widths.patch
@@ -0,0 +1,29 @@
1From 54295e317df7f12a7b9e4f5a55f4801717863bb1 Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Fri, 9 Jul 2010 16:22:38 -0500
4Subject: [PATCH 33/75] mt9v113: Fix wrong active widths
5
6Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
7---
8 include/media/mt9v113.h | 4 ++--
9 1 files changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/include/media/mt9v113.h b/include/media/mt9v113.h
12index c7ad362..0a30f4c 100644
13--- a/include/media/mt9v113.h
14+++ b/include/media/mt9v113.h
15@@ -35,9 +35,9 @@
16 #define MT9V113_MODULE_NAME "mt9v113"
17
18 /* Number of pixels and number of lines per frame for different standards */
19-#define VGA_NUM_ACTIVE_PIXELS (640*2)
20+#define VGA_NUM_ACTIVE_PIXELS (640)
21 #define VGA_NUM_ACTIVE_LINES (480)
22-#define QVGA_NUM_ACTIVE_PIXELS (320*2)
23+#define QVGA_NUM_ACTIVE_PIXELS (320)
24 #define QVGA_NUM_ACTIVE_LINES (240)
25
26 /**
27--
281.6.6.1
29