From 71cf14d5b1a901023f78c23834d34ccc6da2e68f Mon Sep 17 00:00:00 2001 From: Christopher Vogl Date: Fri, 17 Aug 2012 10:53:11 +0200 Subject: 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. --- plugins/udevng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/udevng.c') 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; -- cgit v1.2.3