udevng: rename aux port from Data to Aux for telit
authorChristopher Vogl <christopher.vogl@hale.at>
Fri, 17 Aug 2012 08:53:11 +0000 (10:53 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 20 Aug 2012 13:08:25 +0000 (08:08 -0500)
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

index 872039a..bd5e5e0 100644 (file)
@@ -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;