Hi, The host controller driver (HCD) (either UHCI or OHCI) gets the hardware interrupt first. Assuming that you are using URBs to request USB transfers, the urb->complete field should point to your callback function that will be called when the I/O transfer completes (or times out). > How can I notify my application about incoming interrupt from device? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] This mailing list is defunct (or deprecated). Please see www.linux-usb.org + Mailing Lists for information on the current Linux-USB mailing lists. ~Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
