camera(generic_sensor v0.1.1): add sensor_focus_af_const_pause_usr_cb
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / hm2057.c
index 113aa43c3467b67fa0701cc07afa1c37f12fab3e..49bdb5429ef2c61cd4c40b3f528f06abbd12743a 100755 (executable)
@@ -4,8 +4,10 @@
 /*
 *      Driver Version Note\r
 *v0.0.1: this driver is compatible with generic_sensor\r
+*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,1);\r
 module_param(version, int, S_IRUGO);\r
 \r
 \r
@@ -1197,6 +1199,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