mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 19:18:00 +02:00
gsm: handle Sony Ericsson MD300 as an F3507g variant
This commit is contained in:
parent
73e39bc499
commit
5f27041114
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue