forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
kernel/drivers/usb/gadget/function/uvc_v4l2.c
....@@ -203,7 +203,7 @@
203203 if (type != video->queue.queue.type)
204204 return -EINVAL;
205205
206
- if (uvc->state != UVC_STATE_CONNECTED)
206
+ if (uvc->state == UVC_STATE_DISCONNECTED)
207207 return -ENODEV;
208208
209209 /* Enable UVC video. */