atmodem: Add Speedup vendor quirk to SIM file reading
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 4 Aug 2011 13:54:26 +0000 (15:54 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 4 Aug 2011 13:54:26 +0000 (15:54 +0200)
drivers/atmodem/sim.c

index 5389555..c79ad5c 100644 (file)
@@ -152,6 +152,7 @@ static void at_sim_read_info(struct ofono_sim *sim, int fileid,
        case OFONO_VENDOR_ZTE:
        case OFONO_VENDOR_HUAWEI:
        case OFONO_VENDOR_SIERRA:
+       case OFONO_VENDOR_SPEEDUP:
        case OFONO_VENDOR_QUALCOMM_MSM:
                strcat(buf, ",0,0,255"); /* Maximum possible length */
                break;