camera(generic_sensor v0.1.1): add sensor_focus_af_const_pause_usr_cb
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / gc2015.c
index 5bbb99349418259152fc6f237ceff8bc74da7606..b0bfcd7af9a90656403d43d015cc2e09d050989b 100755 (executable)
@@ -3,8 +3,10 @@
 /*
 *      Driver Version Note\r
 *v0.0.1: this driver is compatible with generic_sensor\r
+*v0.0.3:\r
+*        add sensor_focus_af_const_pause_usr_cb;\r
 */\r
-static int version = KERNEL_VERSION(0,0,1);\r
+static int version = KERNEL_VERSION(0,0,3);\r
 module_param(version, int, S_IRUGO);\r
 \r
 \r
@@ -1053,6 +1055,10 @@ static int sensor_focus_af_specialpos_usr_cb(struct i2c_client *client,int pos)
 static int sensor_focus_af_const_usr_cb(struct i2c_client *client){\r
        return 0;\r
 }\r
+static int sensor_focus_af_const_pause_usr_cb(struct i2c_client *client)
+{
+    return 0;
+}\r
 static int sensor_focus_af_close_usr_cb(struct i2c_client *client){\r
        return 0;\r
 }\r