atmodem: Add Sierra vendor quirk for SIM file reading

This commit is contained in:
Marcel Holtmann 2011-01-27 15:49:32 +01:00
parent 141c18dd03
commit 938e635ae6
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ static void at_sim_read_info(struct ofono_sim *sim, int fileid,
switch (sd->vendor) {
case OFONO_VENDOR_HUAWEI:
case OFONO_VENDOR_SIERRA:
case OFONO_VENDOR_QUALCOMM_MSM:
strcat(buf, ",0,0,255"); /* Maximum possible length */
break;