Loading drivers/usb/gadget/composite.c +7 −1 Original line number Diff line number Diff line Loading @@ -2511,7 +2511,13 @@ void composite_resume(struct usb_gadget *gadget) f->func_wakeup_pending = 0; } if (gadget->speed != USB_SPEED_SUPER && f->resume) /* * Call function resume irrespective of the speed. * Individual function needs to retain the USB3 Function * suspend state through out the Device suspend entry * and exit process. */ if (f->resume) f->resume(f); } Loading Loading
drivers/usb/gadget/composite.c +7 −1 Original line number Diff line number Diff line Loading @@ -2511,7 +2511,13 @@ void composite_resume(struct usb_gadget *gadget) f->func_wakeup_pending = 0; } if (gadget->speed != USB_SPEED_SUPER && f->resume) /* * Call function resume irrespective of the speed. * Individual function needs to retain the USB3 Function * suspend state through out the Device suspend entry * and exit process. */ if (f->resume) f->resume(f); } Loading