atmodem: Add Speedup vendor quirk to SIM file reading

This commit is contained in:
Marcel Holtmann 2011-08-04 15:54:26 +02:00
parent 3fe80b52c9
commit 4c8ae3f9ec
1 changed files with 1 additions and 0 deletions

View 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;