john wrote:
hi,
      in the user mode driver that just makes use of the device handle how
should i get the interrupt from an interrupt endpoint from and device and
associate a handler for that that gets the data buffer sent along with that
interrupt..

Look at the "usbfs" code, and see how to use the "async" API. You'd be posting a request and collecting its response.

Ideally this kind of stuff would only be done using the "AIO"
APIs in 2.6 kernels, but unfortunately that's not available
yet for USB.

- Dave





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to