• Andiry Xu's avatar
    xHCI: Set link state support · 2c441780
    Andiry Xu authored
    This patch adds support for Set Port Feature(PORT_LINK_STATE) request.
    
    The most significant byte (bits 15..8) of the wIndex field specifies
    the U state the host software wants to put the link connected to the
    port into. This request is only valid when the PORT_ENABLE bit is set
    and the PORT_LINK_STATE should not be above value '5' (Rx.Detect).
    
    This request will be later used to replace the set/clear suspend USB3
    protocol ports in hub driver.
    Signed-off-by: default avatarAndiry Xu <andiry.xu@amd.com>
    Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
    2c441780
xhci-hub.c 27.3 KB