Re: [PATCH v2 03/14] usb: host: ehci: use new USB_RESUME_TIMEOUT

2015-02-23 Thread Alan Stern
On Mon, 23 Feb 2015, Felipe Balbi wrote: > Make sure we're using the new macro, so our > resume signaling will always pass certification. > > Cc: # v3.10+ > Signed-off-by: Felipe Balbi For this patch and 04/14: Acked-by: Alan Stern -- To unsubscribe from this list: send the line "unsubscrib

[PATCH v2 03/14] usb: host: ehci: use new USB_RESUME_TIMEOUT

2015-02-23 Thread Felipe Balbi
Make sure we're using the new macro, so our resume signaling will always pass certification. Cc: # v3.10+ Signed-off-by: Felipe Balbi --- drivers/usb/host/ehci-hcd.c | 10 +- drivers/usb/host/ehci-hub.c | 9 ++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/driv