summaryrefslogtreecommitdiffstats
path: root/src/modemman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modemman.c')
-rw-r--r--src/modemman.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modemman.c b/src/modemman.c
index cccaef9..ba3c3e2 100644
--- a/src/modemman.c
+++ b/src/modemman.c
@@ -40,8 +40,6 @@ int modem_manager_init(int channels) {
assert(channels <= MAX_CHANNELS && channels > 0);
assert(n_llist == 0);
- modem_try_open("/dev/ttyz0");
-
for (i = TTY_START; i < TTY_START+MAX_CHANNELS && n_llist < channels; i++) {
char d[PATH_MAX];
snprintf(d, sizeof(d), "/dev/ttyI%i", i);