* David Miller [2015-05-22 14:34:21 -0400]:
> From: Bjørn Mork
> Date: Fri, 22 May 2015 13:15:22 +0200
>
> > The tx_curr_frame_payload field is u32. When we try to calculate a
> > small negative delta based on it, we end up with a positive integer
> > close to 2^32 instead. So the tx_bytes poin
I am adding some xhci debug information to my previous report since that
seems more relevant.
At the start of the debug, I had just removed the drive from a usb 2.0
port, and plugged it into a usb 3.0 port.
May 23 08:52:05 pc_u kernel: [53875.075976] xhci_hcd :00:14.0: Port
Status Change E
I submitted a case to tech support at seagate
"case number: 04853786"
On 05/23/2015 09:00 AM, Donald Harter wrote:
I am adding some xhci debug information to my previous report since that
seems more relevant.
At the start of the debug, I had just removed the drive from a usb 2.0
port, and plugge
Hi,
Am Mittwoch, 29. April 2015, 22:08:58 schrieb Mian Yousaf Kaukab:
> Hi,
> This patchset consists of some bug fixes and feature enhancements for
> the dwc2 driver. All the patches are verified on dwc2 v3.0a with
> dedicated fifos. Main focus of testing was with dma enabled. Although
> basic tes
Currently we always assign one of the two common implementations of
ep_offset and ep_select operations, overwriting any platform-specific
implementations.
Fixes: d026e9c76aac ("usb: musb: Change end point selection to use ...")
Signed-off-by: Ben Hutchings
---
This is untested; I just spotted thi