special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / drivers / usb / hcd.c
index 8163ba4..e8290ce 100644 (file)
@@ -671,7 +671,9 @@ clean_2:
 #else
        bufp = __irq_itoa(dev->irq);
 #endif
-       if (request_irq (dev->irq, hcd_irq, SA_SHIRQ, hcd->description, hcd)
+       //+Wilson 10/14/2003
+       //if (request_irq (dev->irq, hcd_irq, SA_SHIRQ, hcd->description, hcd)
+       if (request_irq (dev->irq, hcd_irq, SA_INTERRUPT, hcd->description, hcd)
                        != 0) {
                err ("request interrupt %s failed", bufp);
                retval = -EBUSY;