mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
camera: fix ov2659 may config error when in mirror or flip
This commit is contained in:
parent
acb9fd4439
commit
2c54ff22b2
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user