Re: [linux-usb-devel] using interrupt endpoints

2002-09-24 Thread Doug Alcorn
David Brownell <[EMAIL PROTECTED]> writes: >> When this get device info function returns to my probing function I >> assume I really do have a device I'm going to keep. So, I submit the >> interrupt urb. At this point, the submission fails with an -ENODEV. >> What this likely means is that eith

Re: [linux-usb-devel] using interrupt endpoints

2002-09-22 Thread David Brownell
Doug Alcorn wrote: > Here's what I think I know about using interrupt endpoints. You > create a urb with a completion handler. You fill in the urb with a > data transfer buffer the size of the endpoint's wMaxPacketSize and the > interval set to endpoint->bInterval. Then you submit this urb. Wh