hc
2023-11-23 7d07b3ae8ddad407913c5301877e694430a3263f
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. */