Re: [PATCH 04/13] usb: host: uhci: use new USB_RESUME_TIMEOUT

2015-02-13 Thread Felipe Balbi
On Fri, Feb 13, 2015 at 03:38:04PM -0600, Felipe Balbi wrote: > On Fri, Feb 13, 2015 at 04:30:15PM -0500, Alan Stern wrote: > > On Fri, 13 Feb 2015, Felipe Balbi wrote: > > > > > Make sure we're using the new macro, so our > > > resume signaling will always pass certification. > > > > > > Signed-

Re: [PATCH 04/13] usb: host: uhci: use new USB_RESUME_TIMEOUT

2015-02-13 Thread Felipe Balbi
On Fri, Feb 13, 2015 at 04:30:15PM -0500, Alan Stern wrote: > On Fri, 13 Feb 2015, Felipe Balbi wrote: > > > Make sure we're using the new macro, so our > > resume signaling will always pass certification. > > > > Signed-off-by: Felipe Balbi > > --- > > drivers/usb/host/uhci-hub.c | 2 +- > > 1

Re: [PATCH 04/13] usb: host: uhci: use new USB_RESUME_TIMEOUT

2015-02-13 Thread Alan Stern
On Fri, 13 Feb 2015, Felipe Balbi wrote: > Make sure we're using the new macro, so our > resume signaling will always pass certification. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/host/uhci-hub.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/hos

[PATCH 04/13] usb: host: uhci: use new USB_RESUME_TIMEOUT

2015-02-13 Thread Felipe Balbi
Make sure we're using the new macro, so our resume signaling will always pass certification. Signed-off-by: Felipe Balbi --- drivers/usb/host/uhci-hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/uhci-hub.c b/drivers/usb/host/uhci-hub.c index 93e17b12fb3