Skip to content

Commit

Permalink
Improved support for ZTE MF667
Browse files Browse the repository at this point in the history
Fixes #326

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Nov 24, 2017
1 parent bad44ff commit 78aac15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -24,6 +24,7 @@ ChangeLog
[-] * Fixed answering call in AT module.
[-] * Improved support for Huawei E392 and E3131.
[-] * Fixed compatibility of binaries with Windows XP and 2003.
[-] * Improved support for ZTE MF667.

20171018 - 1.38.5

Expand Down
1 change: 1 addition & 0 deletions libgammu/gsmphones.c
Expand Up @@ -991,6 +991,7 @@ GSM_PhoneModel allmodels[] = {
{"MF112", "MF112", "", {F_ZTE_INIT, 0}},
{"MF190", "MF190", "", {F_ZTE_INIT, 0}},
{"MF626", "MF626", "", {F_ZTE_INIT, 0}},
{"MF667", "MF667", "", {F_ZTE_INIT, F_USSD_GSM_CHARSET, 0}},

/* Ubinetics */
{"GDC201", "GDC201", "", {F_SMS_NO_ME, 0}},
Expand Down

0 comments on commit 78aac15

Please sign in to comment.