From a866ba3eeb8c2cf39ae92df22f5ffff061a86eb6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 17 Sep 2014 18:29:18 +0200 Subject: [PATCH] Fixed a typo --- src/modems/hayes/quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modems/hayes/quirks.c b/src/modems/hayes/quirks.c index 1dcdf33..c9ffe46 100644 --- a/src/modems/hayes/quirks.c +++ b/src/modems/hayes/quirks.c @@ -25,7 +25,7 @@ /* constants */ static HayesQuirks _hayes_quirks[] = { - { "Openmomo", "\"Neo1973 Embedded GSM Modem\"", + { "Openmoko", "\"Neo1973 Embedded GSM Modem\"", HAYES_QUIRK_WANT_SMSC_IN_PDU | HAYES_QUIRK_CONNECTED_LINE_DISABLED | HAYES_QUIRK_REPEAT_ON_UNKNOWN_ERROR },