lkml.org 
[lkml]   [2015]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.19 078/177] usb: core: hub: use new USB_RESUME_TIMEOUT
    Date
    3.19-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Felipe Balbi <balbi@ti.com>

    commit bbc78c07a51f6fd29c227b1220a9016e585358ba upstream.

    Make sure we're using the new macro, so our
    resume signaling will always pass certification.

    Signed-off-by: Felipe Balbi <balbi@ti.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/usb/core/hub.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    --- a/drivers/usb/core/hub.c
    +++ b/drivers/usb/core/hub.c
    @@ -3397,10 +3397,10 @@ int usb_port_resume(struct usb_device *u
    if (status) {
    dev_dbg(&port_dev->dev, "can't resume, status %d\n", status);
    } else {
    - /* drive resume for at least 20 msec */
    + /* drive resume for USB_RESUME_TIMEOUT msec */
    dev_dbg(&udev->dev, "usb %sresume\n",
    (PMSG_IS_AUTO(msg) ? "auto-" : ""));
    - msleep(25);
    + msleep(USB_RESUME_TIMEOUT);

    /* Virtual root hubs can trigger on GET_PORT_STATUS to
    * stop resume signaling. Then finish the resume



    \
     
     \ /
      Last update: 2015-05-02 22:01    [W:4.139 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site