summaryrefslogtreecommitdiffstats
path: root/plugins/udevng.c
diff options
context:
space:
mode:
authorChristopher Vogl <christopher.vogl@hale.at>2012-08-17 10:53:11 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-08-20 08:08:25 -0500
commit71cf14d5b1a901023f78c23834d34ccc6da2e68f (patch)
treeb2e9c158ce00c5305b2a18f975228420cde8e30a /plugins/udevng.c
parent4c562fb401aeeb8fbdf0c8745176a060e7b84a55 (diff)
downloadofono-71cf14d5b1a901023f78c23834d34ccc6da2e68f.tar.bz2
udevng: rename aux port from Data to Aux for telit
Telit software user guide says: USB AUX doesn't support any flow control method. Therefore, this port isn't suitable for DATA service port. We recommend this port should be used only for AT command and URC processing.
Diffstat (limited to 'plugins/udevng.c')
-rw-r--r--plugins/udevng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/udevng.c b/plugins/udevng.c
index 872039a3..bd5e5e0a 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -615,7 +615,7 @@ static gboolean setup_telit(struct modem_info *modem)
DBG("modem=%s aux=%s gps=%s diag=%s", mdm, aux, gps, diag);
ofono_modem_set_string(modem->modem, "Modem", mdm);
- ofono_modem_set_string(modem->modem, "Data", aux);
+ ofono_modem_set_string(modem->modem, "Aux", aux);
ofono_modem_set_string(modem->modem, "GPS", gps);
return TRUE;