summaryrefslogtreecommitdiff
path: root/plugins/quectel.c
diff options
context:
space:
mode:
authorMartin Hundebøll <martin@geanix.com>2019-07-16 21:10:48 +0200
committerDenis Kenzior <denkenz@gmail.com>2019-07-17 10:25:51 -0500
commit8be2adc90888753a99a09d85502adf04a9ad3f52 (patch)
treee576fa540c3c4d85070a4118956c61893836a32a /plugins/quectel.c
parent8905150bda45226eab4ba052d6fb383312fb3501 (diff)
downloadofono-8be2adc90888753a99a09d85502adf04a9ad3f52.tar.gz
atmodem: rename OFONO_VENDOR_QUECTEL_M95
Other serial connected modems (i.e the MC60 model) from is AT-compatible with the M95 model, so rename the M95 vendor id to be common for both.
Diffstat (limited to 'plugins/quectel.c')
-rw-r--r--plugins/quectel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/quectel.c b/plugins/quectel.c
index 11b864bc..f2b765b6 100644
--- a/plugins/quectel.c
+++ b/plugins/quectel.c
@@ -330,7 +330,7 @@ static void cgmm_cb(int ok, GAtResult *result, void *user_data)
data->vendor = OFONO_VENDOR_QUECTEL;
} else if (strcmp(model, "Quectel_M95") == 0) {
DBG("%p model M95", modem);
- data->vendor = OFONO_VENDOR_QUECTEL_M95;
+ data->vendor = OFONO_VENDOR_QUECTEL_SERIAL;
} else {
ofono_warn("%p unknown model: '%s'", modem, model);
data->vendor = OFONO_VENDOR_QUECTEL;