1. NAME

usb_hcd_irq - hook IRQs to HCD framework (bus glue)

2. SYNOPSIS

irqreturn_t usb_hcd_irq(int  irq , void *  __hcd );

3. ARGUMENTS

irq
    the IRQ being raised

__hcd
    pointer to the HCD whose IRQ is being signaled

4. DESCRIPTION

If the controller isnAqt HALTed, calls the driverAqs irq handler. Checks whether the controller is now dead.

5. COPYRIGHT