On Sat, Sep 29, 2001, Adam Goode <[EMAIL PROTECTED]> wrote:
> Yes! I would very much like an interrupt interface to libusb, as it would
> allow me to test the iFeel force feedback code I am writing. (The iFeel
> is HID+extra interrupt endpoint). All I need is OUT.
> 
> Any idea how to do this? Doesn't libusb use usbdevfs? And doesn't that lack
> support for interrupt transfers? I seem to remember problems with this
> before.

libusb does use usbdevfs, but there is a raw urb interface to usbdevfs
which would allow us to do interrupt in and out transfers.

Not as easy as the other code, but it's not too difficult either. I'll
send out an email if I can get something hacked together this weekend.

JE


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to