Re: [PATCH] usb: pci-quirks.c: Corrected timeout values used in handshake

2017-09-01 Thread Mathias Nyman
On 01.09.2017 09:21, Felipe Balbi wrote: Hi, Jim Dickerson writes: Servers were emitting failed handoff messages but were not waiting the full 1 second as designated in section 4.22.1 of the eXtensible Host Controller Interface specifications. The handshake was using wrong units so calls were

Re: [PATCH] usb: pci-quirks.c: Corrected timeout values used in handshake

2017-08-31 Thread Felipe Balbi
Hi, Jim Dickerson writes: > Servers were emitting failed handoff messages but were not > waiting the full 1 second as designated in section 4.22.1 of > the eXtensible Host Controller Interface specifications. The > handshake was using wrong units so calls were made with milliseconds > not micros

[PATCH] usb: pci-quirks.c: Corrected timeout values used in handshake

2017-08-31 Thread Jim Dickerson
Servers were emitting failed handoff messages but were not waiting the full 1 second as designated in section 4.22.1 of the eXtensible Host Controller Interface specifications. The handshake was using wrong units so calls were made with milliseconds not microseconds. Comments referenced 5 seconds n