gsm: handle Sony Ericsson MD300 as an F3507g variant

This commit is contained in:
Dan Williams 2009-03-16 06:46:22 -04:00
parent 73e39bc499
commit 5f27041114

View file

@ -504,7 +504,7 @@ power_up_response (NMSerialDevice *device,
{
NMGsmDevice *self = NM_GSM_DEVICE (device);
NMGsmDevicePrivate *priv = NM_GSM_DEVICE_GET_PRIVATE (self);
const char *responses[] = { "E160G", "F3507g", "D5530", NULL };
const char *responses[] = { "E160G", "F3507g", "D5530", "MD300", NULL };
const char *terminators[] = { "OK", "ERROR", "ERR", NULL };
/* Get the model the first time */