Loading drivers/usb/gadget/function/f_mtp.c +1 −0 Original line number Diff line number Diff line Loading @@ -1827,6 +1827,7 @@ struct usb_function *function_alloc_mtp_ptp(struct usb_function_instance *fi, dev->function.disable = mtp_function_disable; dev->function.setup = mtp_ctrlreq_configfs; dev->function.free_func = mtp_free; fi->f = &dev->function; return &dev->function; } Loading Loading
drivers/usb/gadget/function/f_mtp.c +1 −0 Original line number Diff line number Diff line Loading @@ -1827,6 +1827,7 @@ struct usb_function *function_alloc_mtp_ptp(struct usb_function_instance *fi, dev->function.disable = mtp_function_disable; dev->function.setup = mtp_ctrlreq_configfs; dev->function.free_func = mtp_free; fi->f = &dev->function; return &dev->function; } Loading