On Wed, Apr 03, 2002 at 02:48:00PM -0800, Daniel Cruz wrote: > > Hello Gentlemen, > > I'm new in this mailing group, also new at USB and I will start writing a > driver for a USB device, my device only uses INT transactions and my Kernel > is 2.4.17. > > Any idea for a good start point?, should I use usb-skeleton as a start > point, cause I read it only supports Bulk transactions...??...
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. usb-skeleton.c uses bulk transactions as it's example, but that's not to say it can't be changed to use interrupt ones :) What kind of device is this for? thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
