On Tue, 2011-07-19 at 14:35 +0300, Luiz Augusto von Dentz wrote:
Hi Bastien,
On Tue, Jul 19, 2011 at 2:26 PM, Luiz Augusto von Dentz
[off-list ref] wrote:
quoted
Hi Bastien,
Apparently there is something wrong when removing last adapter
bluetoothd start burning cpu, disabling adaptername fix the problem so
there might be something wrong in adapter remove callback, can you
take a look? Btw, Im using rawhide so I suppose adaptername should
work, right?
It seems .remove is closing and removing the watch for every adapter
but the watch is initialized in the plugin init so it is not really
per-adapter, so I moved to .exit:
You're completely correct here. My mistake.