atmodem: Add SIMCOM vendor quirk

Adding vendor quirk for SIMCOM SIM900 modem module.
This commit is contained in:
Renat Zaripov 2012-01-12 16:32:22 +04:00 committed by Denis Kenzior
parent b111c99026
commit a81490560b
2 changed files with 2 additions and 0 deletions

View File

@ -1496,6 +1496,7 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data)
break;
case OFONO_VENDOR_NOKIA:
case OFONO_VENDOR_SAMSUNG:
case OFONO_VENDOR_SIMCOM:
/* Signal strength reporting via CIND is not supported */
break;
default:

View File

@ -38,4 +38,5 @@ enum ofono_vendor {
OFONO_VENDOR_TELIT,
OFONO_VENDOR_SPEEDUP,
OFONO_VENDOR_SAMSUNG,
OFONO_VENDOR_SIMCOM,
};