1. NAME

usb_remove_hcd - shutdown processing for generic HCDs

2. SYNOPSIS

void usb_remove_hcd(struct usb_hcd *  hcd );

3. ARGUMENTS

hcd
    the usb_hcd structure to remove

4. CONTEXT

!in_interrupt

5. DESCRIPTION

Disconnects the root hub, then reverses the effects of usb_add_hcd, invoking the HCDAqs stop method.

6. COPYRIGHT