Re: [pulseaudio-discuss] [PATCH 5/5] bluetooth: Set device_info_valid to -1 when the device's adapter disappears

2013-11-17 Thread Luiz Augusto von Dentz
Hi Tanu, On Fri, Nov 15, 2013 at 4:29 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: When parsing device properties, missing adapter will result in device_info_valid being set to -1. It is then logical that if the adapter goes missing at a later point, device_info_valid gets set to -1

Re: [pulseaudio-discuss] [PATCH 5/5] bluetooth: Set device_info_valid to -1 when the device's adapter disappears

2013-11-17 Thread Tanu Kaskinen
On Sun, 2013-11-17 at 18:05 +0200, Luiz Augusto von Dentz wrote: Hi Tanu, On Fri, Nov 15, 2013 at 4:29 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: When parsing device properties, missing adapter will result in device_info_valid being set to -1. It is then logical that if the

[pulseaudio-discuss] [PATCH 5/5] bluetooth: Set device_info_valid to -1 when the device's adapter disappears

2013-11-15 Thread Tanu Kaskinen
When parsing device properties, missing adapter will result in device_info_valid being set to -1. It is then logical that if the adapter goes missing at a later point, device_info_valid gets set to -1 also in that situation. --- src/modules/bluetooth/bluez5-util.c | 4 +++- 1 file changed, 3

Re: [pulseaudio-discuss] [PATCH 5/5] bluetooth: Set device_info_valid to -1 when the device's adapter disappears

2013-10-01 Thread João Paulo Rechi Vita
On Sun, Sep 29, 2013 at 12:49 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: When parsing device properties, missing adapter will result in device_info_valid being set to -1. It is then logical that if the adapter goes missing at a later point, device_info_valid gets set to -1. ---

[pulseaudio-discuss] [PATCH 5/5] bluetooth: Set device_info_valid to -1 when the device's adapter disappears

2013-09-29 Thread Tanu Kaskinen
When parsing device properties, missing adapter will result in device_info_valid being set to -1. It is then logical that if the adapter goes missing at a later point, device_info_valid gets set to -1. --- src/modules/bluetooth/bluez5-util.c | 4 +++- 1 file changed, 3 insertions(+), 1