Re: Pull request: bluetooth-2.6 2010-01-30
From: David Miller <davem@davemloft.net>
Date: 2010-02-01 07:35:24
From: Marcel Holtmann <marcel@holtmann.org> Date: Sat, 30 Jan 2010 06:08:43 -0800
this includes two L2CAP fixes. One for a memory leak and another one for a double free. For Bluetooth PCMCIA cards a BUG_ON caused a few issues when we have shared interrupts. So revert this and put a clear comment in the source that this is what we actually want. The Bluetooth HID fix for raw reports has a big diffstat, but the logical change is small. By accident we send the reports on the interrupt channel and the original test device seems to cope with that. Devices that follow the specification more closer will break. The right thing is to use the control channel. This is similar to what is done via USB. And by request from Luis, include the driver for Atheros Bluetooth chipset AR3011. It is a new driver and by itself small and self contained. If you feel that it should not be merged, then let me know and I redo this patchset.
Pulled, thanks Marcel.