Skip to content
  • Tejun Heo's avatar
    [PATCH] libata: implement ATA_EHI_RESUME_LINK · 28324304
    Tejun Heo authored
    
    
    Implement ATA_EHI_RESUME_LINK, which indicates that the link needs to
    be resumed.  This used to be implied by ATA_EHI_HOTPLUGGED.  However,
    hotplug isn't the only event which requires link resume and separating
    this out allows other places to request link resume.  This
    differentiation also allows better debounce timing selection.
    
    This patch converts user scan to use ATA_EHI_RESUME_LINK.
    
    Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    28324304