Re: [Bluez-devel] Re: [linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-15 Thread Johannes Erdfelt
On Fri, Mar 15, 2002, Maksim Krasnyanskiy <[EMAIL PROTECTED]> wrote: > > > > How about ENXIO error in submit_urb ? Should we fix uhci ? > > > >Yes, it needs to be fixed and it's relatively easy. I'll send a patch to > >Greg when I get a chance to test it. > Looks like we can simply get rid of uhc

Re: [Bluez-devel] Re: [linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-15 Thread Maksim Krasnyanskiy
> > How about ENXIO error in submit_urb ? Should we fix uhci ? > >Yes, it needs to be fixed and it's relatively easy. I'll send a patch to >Greg when I get a chance to test it. Looks like we can simply get rid of uhci_call_completion(urb) at the end of uhci_submit_urb. I'm not sure why would you

[linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-13 Thread Greg KH
On Wed, Mar 13, 2002 at 04:47:18PM -0800, Maksim Krasnyanskiy wrote: > > Heck. I guess I can't just say that BlueZ requires 2.5 kernel :) I know, but it might encourage more people to try this new functionality out and possibly backport it to 2.4 sometime in the near future. > How about ENXIO e

Re: [linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-13 Thread Johannes Erdfelt
On Wed, Mar 13, 2002, Maksim Krasnyanskiy <[EMAIL PROTECTED]> wrote: > > > > USB folks, what is the general rule here ? Can completion handler free urb > > > or not ? > > > If urb is allocated dynamically it makes sense to allow completion handler > > > to free it. > > > >As Oliver stated, this i

[linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-13 Thread Maksim Krasnyanskiy
> > USB folks, what is the general rule here ? Can completion handler free urb > > or not ? > > If urb is allocated dynamically it makes sense to allow completion handler > > to free it. > >As Oliver stated, this is messy :) >But the good news is that for 2.5 all of this is fixed, and you can jus

[linux-usb-devel] Re: Bluetooth USB driver problems recap.

2002-03-13 Thread Greg KH
On Wed, Mar 13, 2002 at 03:25:38PM -0800, Maksim Krasnyanskiy wrote: > > USB folks, what is the general rule here ? Can completion handler free urb > or not ? > If urb is allocated dynamically it makes sense to allow completion handler > to free it. As Oliver stated, this is messy :) But the g