On Wed, Oct 17, 2001 at 10:50:09AM +0530, invictus rm wrote:
> Athought the bulk read is posted to the device from my bluetooth stack 
> through the USBbluetooth driver , it never shows up to have reached to the 
> bluetooth module ( CSR hardware ).

But you see it on the wire (through the CATC USB device?)

> Can I replace FILL_BULK_URB with FILL_BULK_URB_TO ????
> What difference will it make ????
> How can i decrease the number of polling ???

If you change the macro, to have a timeout, what will the timeout be?
And then you need to resubmit the urb after the timeout happens, so
there really isn't any difference.

Is the problem that the read urb taking up the CPU time of your USB
host, or USB device?

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to