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

Reply via email to