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
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
>
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
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
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
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
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
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
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
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 ---
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
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
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
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
14 matches
Mail list logo