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. Adam On Sat, Sep 29, 2001 at 12:00:37PM -0400, Johannes Erdfelt wrote: > On Wed, Sep 26, 2001, Greg KH <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 26, 2001 at 08:52:12PM +0200, Juergen Stuber wrote: > > > - What would be the best existing driver(s) to start from? > > > > Have you looked at using libusb to talk to this device? That should be > > easier than writing a kernel driver. > > libusb won't do Interrupt transfers right now, but it's not difficult to > add support for, as long as a synchronous interface is fine. > > If you really want a kernel driver (which I don't recommend), doing OUT > interrupt transfers is just like any other transfer, except for in the > OUT direction. > > JE > > > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-devel > _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel