SIMCOM: add a quirk to fix crsm request
authorAnthony Viallard <viallard@syscom-instruments.com>
Fri, 19 Jul 2013 13:35:38 +0000 (15:35 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 22 Jul 2013 20:49:59 +0000 (15:49 -0500)
drivers/atmodem/sim.c

index f97f5b8..f8e0472 100644 (file)
@@ -167,6 +167,7 @@ static void at_sim_read_info(struct ofono_sim *sim, int fileid,
        case OFONO_VENDOR_SIERRA:
        case OFONO_VENDOR_SPEEDUP:
        case OFONO_VENDOR_QUALCOMM_MSM:
+       case OFONO_VENDOR_SIMCOM:
                /* Maximum possible length */
                len += sprintf(buf + len, ",0,0,255");
                break;