summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/cellular_card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm
index c68b3a2..d879b19 100644
--- a/lib/network/connection/cellular_card.pm
+++ b/lib/network/connection/cellular_card.pm
@@ -98,7 +98,7 @@ sub get_tty_device {
$self->get_driver eq "nozomi" ?
"/dev/noz" . $tty_interface :
$self->get_driver eq "cdc_acm" ?
- "/dev/ttyACM" . $tty_interface :
+ "/dev/ttyACM0" . $tty_interface :
$self->get_driver eq "hso" ?
"/dev/ttyHS" . $tty_interface :
"/dev/ttyUSB" . $tty_interface;