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:
acb9fd4
)
camera: fix ov2659 may config error when in mirror or flip
author
ddl
<ddl@rockchip.com>
Fri, 2 Sep 2011 03:32:50 +0000
(11:32 +0800)
committer
ddl
<ddl@rockchip.com>
Fri, 2 Sep 2011 03:33:09 +0000
(11:33 +0800)
drivers/media/video/ov2659.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/ov2659.c
b/drivers/media/video/ov2659.c
index fcbadc0c4b3c243457adb132072ce37c6dc2dfbb..0e52029ce5fe2c54852099b21e329a31861db995 100755
(executable)
--- a/
drivers/media/video/ov2659.c
+++ b/
drivers/media/video/ov2659.c
@@
-65,8
+65,8
@@
module_param(debug, int, S_IRUGO|S_IWUSR);
#define CONFIG_SENSOR_Focus 0
#define CONFIG_SENSOR_Exposure 0
#define CONFIG_SENSOR_Flash 1
-#define CONFIG_SENSOR_Mirror
1
-#define CONFIG_SENSOR_Flip
1
+#define CONFIG_SENSOR_Mirror
0
+#define CONFIG_SENSOR_Flip
0
#define CONFIG_SENSOR_I2C_SPEED 350000 /* Hz */
/* Sensor write register continues by preempt_disable/preempt_enable for current process not be scheduled */