1、添加virfat备份与恢复;
2、修复sensorhub低功耗越界问题; 3、修复rcsp传输相关问题; 4、更新flash_params_v3.bin; 5、修复摄像头、科大讯飞相关问题;
This commit is contained in:
@@ -1802,6 +1802,8 @@ int uvc_host_camera_out(const usb_dev usb_id)
|
||||
if (!host_dev) {
|
||||
return 0;
|
||||
}
|
||||
//前移,防止free buf到设置变量期间来中断
|
||||
hdl->open = 0;
|
||||
if (uvc->offline) {
|
||||
uvc->offline(uvc->priv);
|
||||
}
|
||||
@@ -1829,7 +1831,7 @@ int uvc_host_camera_out(const usb_dev usb_id)
|
||||
|
||||
free(uvc);
|
||||
uvc_host_inf[usb_id].dev.uvc = NULL;
|
||||
hdl->open = 0;
|
||||
/* hdl->open = 0; */
|
||||
atomic_set(&(device->ref), 0);
|
||||
device->private_data = NULL;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user