On Wed, 3 Apr 2002, Greg KH wrote:
>Do you have to write a kernel driver? Can you just use usbfs or libusb >to talk to your device from userspace? It handles INT transactions >pretty well. libusb supports INTs? Do you mean via BULK calls, I looked at the CVS code and it doesn't look like there is INT support...? Also for usbfs be careful not to use USBDEVFS_URB_TYPE_INTERRUPT if your host controller is OHCI, otherwise you will likely kill your system. Use BULK instead, directed to the INT endpoint. -- Dan Streetman [EMAIL PROTECTED] -------------------------------------------------- 186,282 miles per second: It isn't just a good idea, it's the law! _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
