[linux-usb-devel] USB isochronous transfer in Linux-2.4

2005-03-04 Thread ramprasad
Dear all, I am implementing a video capture driver for one of our camcorders through its USB interface. I have to capture data through isochronous endpoints (Maxpkt size = 500) in Linux kernel 2.4.20-8. I am allocating URB with usb_alloc_urb(num_of_pkts), where num_of_pkts = 80, initializi

[linux-usb-devel] USB isochronous transfer

2005-03-04 Thread ramprasad
Dear all, I am working with a USB 2.0 camcorder having isochronous endpoints. I am trying to capture data with isoc endpoints. As i am a newbie to this feild please suggest me the method used for isochronous data read in Linux-2.4.20-8. Any URL's with regard to this will also be of immense h