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:
6583edd
)
camera : ov2655 svga series has wrong(added soft sleep),fix it .
author
root
<root@zyc-desktop.(none)>
Mon, 28 May 2012 07:35:34 +0000
(15:35 +0800)
committer
root
<root@zyc-desktop.(none)>
Mon, 28 May 2012 07:35:34 +0000
(15:35 +0800)
drivers/media/video/ov2655.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/ov2655.c
b/drivers/media/video/ov2655.c
index f6b90b46dd3c8cda5340d789fd13cd3cf0d51912..2ec61acb5bdcf03ada84efb85eb45fd4b0ed4a27 100755
(executable)
--- a/
drivers/media/video/ov2655.c
+++ b/
drivers/media/video/ov2655.c
@@
-434,7
+434,7
@@
static struct reginfo sensor_xga[] =
/* 800X600 SVGA*/
static struct reginfo sensor_svga[] =
{
- {0x3086,0x01}, //sleep on
+
//
{0x3086,0x01}, //sleep on
{0x300E, 0x34},
{0x3011, 0x01},
{0x3012, 0x10},
@@
-469,7
+469,7
@@
static struct reginfo sensor_svga[] =
{0x331C, 0x00},
{0x331D, 0x38},
{0x3302, 0x11},
- {0x3086,0x00}, //sleep off
+
//
{0x3086,0x00}, //sleep off
{0x0, 0x0},
};