On Sun, 2013-09-29 at 18:49 +0300, Tanu Kaskinen wrote: > Here are some small fixes to issues that I found while reviewing the > big Bluetooth patch set from Jo?o. > > Tanu Kaskinen (5): > bluetooth: Remove adapter_remove_all() > bluetooth: Fix variable constness > bluetooth: Fix notifying about new devices > bluetooth: Remove device_remove_all() > bluetooth: Set device_info_valid to -1 when the device's adapter > disappears > > src/modules/bluetooth/bluez5-util.c | 79 +++++++++++++++++++------------------ > 1 file changed, 41 insertions(+), 38 deletions(-) I applied patches 1 and 2. The third one needs to be split, and the fourth and fifth patches depend on the third, so I couldn't apply them at this point. -- Tanu