usb: gadget: uvc: Disable interrupt endpoint by default
[platform/kernel/linux-rpi.git] / drivers / usb / gadget / function / uvc.h
index 48b71e0..daf2266 100644 (file)
@@ -149,6 +149,7 @@ struct uvc_device {
        struct usb_ep *interrupt_ep;
        struct usb_request *control_req;
        void *control_buf;
+       bool enable_interrupt_ep;
 
        unsigned int streaming_intf;