summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2010-06-09 21:34:27 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 21:35:33 (GMT)
commitc548795abe0d3520b74e18f23ca0a0d72deddab9 (patch)
treefc9c29119b6d811ff28c3dfbdd03600ff80ea11d /drivers/usb/host
parent6d88e6792574497bfac9a81403cc47712040636f (diff)
downloadlinux-c548795abe0d3520b74e18f23ca0a0d72deddab9.tar.xz
USB: add check to detect host controller hardware removal
This patch (as1391) fixes a problem that can occur when USB host controller hardware is hot-unplugged. If no interrupts are generated by the unplug then the HCD may not realize that the controller is gone, and the subsequent unbind may hang waiting for interrupts that never arrive. The solution (for PCI-based controllers) is to call the HCD's interrupt handler at the start of usb_hcd_pci_remove(). If the hardware is gone, the handler will realize this when it tries to read the controller's status register. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions