From 8a76678cdb4964cf1765125cf46e8272455cd526 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 7 Nov 2000 20:07:42 +0000 Subject: now there are 8 ttyS* available for configuration. Used for internal modem configuration that uses ttyS* > 3 --- perl-install/mouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 6449e592a..246bcef03 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -141,7 +141,7 @@ sub fullname2mouse { die "$fname not found ($type, $name)"; } -sub serial_ports() { map { "ttyS$_" } 0..3 } +sub serial_ports() { map { "ttyS$_" } 0..7 } sub serial_port2text { $_[0] =~ /ttyS (\d+)/x; "$_[0] / COM" . ($1 + 1); -- cgit v1.2.1