summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/connection/cellular_card.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm
index 7428dd1..8dd1744 100644
--- a/lib/network/connection/cellular_card.pm
+++ b/lib/network/connection/cellular_card.pm
@@ -48,6 +48,8 @@ sub get_tty_device {
"/dev/noz0" :
$self->get_driver eq "cdc_acm" ?
"/dev/ttyACM0" :
+ $self->get_driver eq "hso" ?
+ "/dev/ttyHS0" :
"/dev/ttyUSB0";
}