camera: fix ov2659 may config error when in mirror or flip
authorddl <ddl@rockchip.com>
Fri, 2 Sep 2011 03:32:50 +0000 (11:32 +0800)
committerddl <ddl@rockchip.com>
Fri, 2 Sep 2011 03:33:09 +0000 (11:33 +0800)
drivers/media/video/ov2659.c

index fcbadc0c4b3c243457adb132072ce37c6dc2dfbb..0e52029ce5fe2c54852099b21e329a31861db995 100755 (executable)
@@ -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 */