On 5/17/23 10:45, Badhri Jagan Sridharan wrote: > Keeping the thread updated. I sent out > https://www.spinics.net/lists/kernel/msg4792009.html few hours earlier > and have requested help from Francesco, Alistair and others who > reported the issue. > Discussing with Alan stern on the feedback he had left. > Tangential to the original issues: it looks like patch 2/2 also breaks gadget functions that sets `bind_deactivated` to true. When usb_gadget_connect is called while the gadget is deactivated from functions binding, it sets gadget->connected to true, but does not call the pullup function. Later, when the gadget function calls usb_gadget_activate which in turn calls usb_gadget_connect, the pullup function isn't called because gadget->connected is true. - Avi