• Alan Stern's avatar
    [PATCH] USB: usbcore: always turn on hub port power · 4489a571
    Alan Stern authored
    Some hubs claim not to support port-power switching, and right now the
    hub driver believes them and does not enable power to their ports.
    However it turns out that even though they don't actually switch power,
    they do ignore all events on a port until told to turn on the power!
    This problem has been reported by several users.
    
    This revised patch (as672b) makes the hub driver always try to turn on
    port power to all hubs, regardless of what the hub descriptor says.  It
    also adds a comment explaining the need for this.
    Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    4489a571
hub.c 83.4 KB