Re: [linux-usb-devel] [patch 1/6] Fix SCO on some bluetooth adapters

2006-06-25 Thread Olivier Galibert
On Sun, Jun 25, 2006 at 01:34:12PM +0200, Marcel Holtmann wrote: > as already mentioned, this shouldn't go into upstream yet. We are trying > to address the real reason behind broken SCO flow control. I am, obviously, still volunteering to help. I'd really like to have these adapters working in 2

Re: [linux-usb-devel] [patch 1/6] Fix SCO on some bluetooth adapters

2006-06-25 Thread Marcel Holtmann
Hi Andrew, > Some bluetooth adapters return an incorrect number of sco packets in > READ_BUFFER_SIZE. Fix it. > > This is the worst possible way to fix it for several reasons: > - this is not a generic fix, it has to me activated explicitely by the > driver > > - this is not a driver-specific

[linux-usb-devel] [patch 1/6] Fix SCO on some bluetooth adapters

2006-06-25 Thread akpm
From: Olivier Galibert <[EMAIL PROTECTED]> Some bluetooth adapters return an incorrect number of sco packets in READ_BUFFER_SIZE. Fix it. This is the worst possible way to fix it for several reasons: - this is not a generic fix, it has to me activated explicitely by the driver - this is not