atmodem: The Gobi devices have CI and LAC as unqouted strings
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Jan 2011 11:37:19 +0000 (12:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Jan 2011 11:37:19 +0000 (12:37 +0100)
drivers/atmodem/atutil.c

index da17253..a55b3f5 100644 (file)
@@ -178,6 +178,7 @@ gboolean at_util_parse_reg_unsolicited(GAtResult *result, const char *prefix,
                goto out;
 
        switch (vendor) {
+       case OFONO_VENDOR_GOBI:
        case OFONO_VENDOR_HUAWEI:
        case OFONO_VENDOR_NOVATEL:
                if (g_at_result_iter_next_unquoted_string(&iter, &str) == TRUE)
@@ -262,6 +263,7 @@ gboolean at_util_parse_reg(GAtResult *result, const char *prefix,
                        goto out;
 
                switch (vendor) {
+               case OFONO_VENDOR_GOBI:
                case OFONO_VENDOR_HUAWEI:
                case OFONO_VENDOR_NOVATEL:
                        r = g_at_result_iter_next_unquoted_string(&iter, &str);