RE: usb gadget driver initialization issue

2024-07-23 Thread Zixun Li
> -Original Message- > From: Zixun Li > Sent: Monday, July 22, 2024 17:53 > To: 'Marek Vasut' ; Lukasz Majewski ; > open list ; Mattijs Korpershoek > > Subject: RE: usb gadget driver initialization issue > > Hi, this issue only affects usb_ether,

RE: usb gadget driver initialization issue

2024-07-22 Thread Zixun Li
> -Original Message- > From: Marek Vasut > Sent: Saturday, July 20, 2024 22:12 > > Can you please send an RFC patch ? > > > I see recently there are many DM related reworking, please forgive me > > if it's already on the Todo list. > > It is not on the ToDo list, no. > > +CC Mattijs H

Re: usb gadget driver initialization issue

2024-07-20 Thread Marek Vasut
On 7/20/24 1:21 PM, Zixun Li wrote: Hi, Hi, In udc_bind_to_driver(), USB device controller is initialized by usb_gadget_udc_start() and entered connected state by usb_gadget_connect(). From the host's point of view, a device is ready to be enumerated. However, since dm_usb_gadget_handle_int