projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b8830
)
camera(ov2659:v0.1.3): fix preview setting change frame rate
author
ddl
<ddl@rock-chips.com>
Wed, 24 Apr 2013 08:14:10 +0000
(16:14 +0800)
committer
ddl
<ddl@rock-chips.com>
Wed, 24 Apr 2013 08:18:13 +0000
(16:18 +0800)
drivers/media/video/ov2659.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/ov2659.c
b/drivers/media/video/ov2659.c
index dd5667f29da7bba2a862911a2c3066631dae688b..7508e29ecdb5646321de1067a3de70409671df42 100755
(executable)
--- a/
drivers/media/video/ov2659.c
+++ b/
drivers/media/video/ov2659.c
@@
-6,7
+6,7
@@
*v0.1.1:
\r
* add sensor_focus_af_const_pause_usr_cb;
\r
*/
\r
-static int version = KERNEL_VERSION(0,1,
0
);
\r
+static int version = KERNEL_VERSION(0,1,
3
);
\r
module_param(version, int, S_IRUGO);
\r
\r
static int debug;
\r
@@
-378,8
+378,8
@@
static struct rk_sensor_reg sensor_preview_data[] =
{0x3703, 0x24},
\r
{0x3704, 0x24},
\r
{0x3705, 0x0c},
\r
-
//
{0x3820, 0x81},
\r
-
//
{0x3821, 0x01},
\r
+ {0x3820, 0x81},
\r
+ {0x3821, 0x01},
\r
{0x370a, 0x52},
\r
{0x4608, 0x00},
\r
{0x4609, 0x80},
\r