camera(ov2659:v0.1.3): fix preview setting change frame rate
authorddl <ddl@rock-chips.com>
Wed, 24 Apr 2013 08:14:10 +0000 (16:14 +0800)
committerddl <ddl@rock-chips.com>
Wed, 24 Apr 2013 08:18:13 +0000 (16:18 +0800)
drivers/media/video/ov2659.c

index dd5667f29da7bba2a862911a2c3066631dae688b..7508e29ecdb5646321de1067a3de70409671df42 100755 (executable)
@@ -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