Re: [MM] [PATCH] iface-modem: fix invalid modem state consolidation

2013-02-19 Thread Ben Chan
I've found a bug in this patch and submitted a fix. Upon the disconnection of bearers, the consolidation of modem state shouldn't take the curent state into account, but simply goes through all subsystems. Thanks, Ben On Thu, Jan 24, 2013 at 12:12 AM, Aleksander Morgado

Re: [MM] [PATCH] iface-modem: fix invalid modem state consolidation

2013-01-24 Thread Aleksander Morgado
On 24/01/13 02:16, Ben Chan wrote: This patch fixes get_current_consolidated_state() in MMIfaceModem to avoid invalid state transitions, e.g. from 'enabling' to 'disabled'. https://code.google.com/p/chromium-os/issues/detail?id=38173 I modified the commit log to include the information from

[MM] [PATCH] iface-modem: fix invalid modem state consolidation

2013-01-23 Thread Ben Chan
This patch fixes get_current_consolidated_state() in MMIfaceModem to avoid invalid state transitions, e.g. from 'enabling' to 'disabled'. https://code.google.com/p/chromium-os/issues/detail?id=38173 --- src/mm-iface-modem.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-)