Re: Bug: VHCI + USB 3.0

2019-04-05 Thread Bollinger, Seth
On Apr 5, 2019, at 4:01 PM, Alan Stern mailto:st...@rowland.harvard.edu>> wrote: Why is the remote buffer too small? If you can figure that out then you should be able to fix the problem pretty easily. The usb-storage driver is doing a 32K read. When it does the read all in one buffer, it suc

Re: Bug: VHCI + USB 3.0

2019-04-05 Thread Alan Stern
On Fri, 5 Apr 2019, Bollinger, Seth wrote: > Hello All, > > We recently have run into a problem using a USB 3.0 thumb drive over USBIP > where the driver will unlink URBs when trying to mount a FAT partition. This > happens because of the remote XHCI controller returning errno 75 during IN >

Bug: VHCI + USB 3.0

2019-04-05 Thread Bollinger, Seth
Hello All, We recently have run into a problem using a USB 3.0 thumb drive over USBIP where the driver will unlink URBs when trying to mount a FAT partition. This happens because of the remote XHCI controller returning errno 75 during IN URB processing. I've traced the failure to the followin

Bug: cdc_acm blocking write after many small writes

2019-04-05 Thread Linus K.
Hi, I recently submitted this bug to https://bugzilla.kernel.org/ and was redirected here. Using a Atmel Evo Kit (which is recognized as /dev/ttyACM0). When writing many small chunks of data to it, it'll block write forever (at least many minutes using select call). Writing anyway causes err

URGENT REPLY FOR THIS BUSINESS

2019-04-05 Thread Ms Safi Kabore
Dear Friend, I am Ms Safi Kabore work with the department of Audit and accounting manager here in the Bank, There is this fund that was keep in my custody years ago,please i need your assistance for the transferring of thIs fund to your bank account for both of us benefit for life time inv

[PATCH v2 1/5] usb: dwc2: Move UTMI_PHY_DATA defines closer

2019-04-05 Thread Jules Maselbas
Makes GHWCFG4_UTMI_PHY_DATA* defines closer to their relative shift and mask defines to improve readability. Signed-off-by: Jules Maselbas --- drivers/usb/dwc2/hw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/dwc2/hw.h b/drivers/usb/dwc2/hw.h index 98af9

[PATCH v2 4/5] usb: dwc2: Move phy init into core

2019-04-05 Thread Jules Maselbas
As the phy initialization is almost the same in host and gadget mode. This only move the phy initialization functions into core.c for now, the goal is to share theses functions between the two modes. Signed-off-by: Jules Maselbas --- drivers/usb/dwc2/core.c | 190

[PATCH v2 5/5] usb: dwc2: gadget: Move gadget phy init into core phy init

2019-04-05 Thread Jules Maselbas
Most of the phy initialization is shared between host and gadget, this adds the turnaround configuration only used by gadgets to the global phy init. Signed-off-by: Jules Maselbas --- drivers/usb/dwc2/core.c | 9 + drivers/usb/dwc2/gadget.c | 25 + 2 files chan

[PATCH v2 0/5] usb: dwc2: Improve gadget phy init

2019-04-05 Thread Jules Maselbas
Hi, Theses patches tries to clean a bit dwc2's phy initialization and fix an issue in gadget mode where the utmi phy width is set regardless of utmi being used or not. I believe that when using ulpi a phy width of 8 bits must be used, but this wasn't the case as the variable phyif was set by defa

[PATCH v2 2/5] usb: dwc2: gadget: Remove duplicated phy init

2019-04-05 Thread Jules Maselbas
The function dwc2_hsotg_init is only called once just before calling dwc2_hsotg_core_init_disconnected which does the same initialization: setting the usbcfg register with turnaround time, timeout calibration and phy width. Signed-off-by: Jules Maselbas --- drivers/usb/dwc2/gadget.c | 13 ---

[PATCH v2 3/5] usb: dwc2: gadget: Replace phyif with phy_utmi_width

2019-04-05 Thread Jules Maselbas
The phy utmi width information is already set in hsotg params, phyif is only used in few places and I don't see any reason to not use hsotg's params. Moreover the utmi width was being forced to 16 bits by platform initialization which doesn't take in account HW configuration. Signed-off-by: Jules

Re: USB keyboard and mouse non responsive at login

2019-04-05 Thread Greg KH
On Fri, Apr 05, 2019 at 09:38:58AM +0100, John Travell wrote: > Greg, > While I fully appreciate that the origins of 3.13 are steeped in history, > the three versions mentioned were released this year. > All came from the ubuntu repositories, not via any paid support. Sorry, you are going to have

Re: Kernel oops when using multiple V4L cameras on ODroid-C2 meson: 9600004f in dwc2_unmap_urb_for_dma+0x1c/0x28

2019-04-05 Thread Minas Harutyunyan
Hi Wayne, On 4/4/2019 10:27 PM, Wayne Piekarski wrote: > Hi everyone, > > I have three USB H.264 cameras connected to an ODroid-C2 running a > latest Armbian nightly build, with what appears to be kernel 5.0.5. > > When trying to access these cameras via V4L, I immediately get a kernel > oops an

Re: USB keyboard and mouse non responsive at login

2019-04-05 Thread John Travell
Greg, While I fully appreciate that the origins of 3.13 are steeped in history, the three versions mentioned were released this year. All came from the ubuntu repositories, not via any paid support. I have this one machine still on Linux Mint 17.3, with an old AMD graphics card that is not sup