RE: No carrier lost information with gadget RNDIS/ECM

2019-06-30 Thread Peter Chen
> > I have rebooted with 4.9: > > [0.658594] ci_hdrc ci_hdrc.0: entering suspend > > # ConfigFS setup in userspace > > [9.925361] ci_hdrc ci_hdrc.0: leaving suspend > > [ 12.081571] ci_hdrc ci_hdrc.0: entering suspend > > # Attach a cable > > [ 37.869333] ci_hdrc ci_hdrc.0: leaving s

Re: [PATCH v3] usb: core: message: remove memset in usb_get_descriptor()

2019-06-30 Thread Greg KH
On Sat, Jun 29, 2019 at 05:44:10PM +0800, yuan linyu wrote: > there is no need to clean buf at beginning of function, > when below condition occur, the buf will be dirty again. > if (result > 1 && ((u8 *)buf)[1] != type) { > result = -ENODATA; > continue; > } > > return negative result

New USB Device

2019-06-30 Thread Markus Breunig
Hello, my Raspberry Pi told me to send you the following information. I hope it helps ... best regards Markus [2.081893] usb 1-1.2: new full-speed USB device number 4 using dwc_otg [2.219804] usb 1-1.2: New USB device found, idVendor=04d8, idProduct=f8e

Re: [PATCH] imx: usb: get pinctrl if it's not yet initialized

2019-06-30 Thread Krzysztof Michoński
Hi Peter, Yes you are right! This file's been patched previously in my fork. Sorry about that. Regards, Krzysztof Michoński czw., 27 cze 2019 o 05:22 Peter Chen napisał(a): > > > > In case usb phy mode is other than USBPHY_INTERFACE_MODE_HSIC the pinctrl > > for device is not acquired. It is how