summaryrefslogtreecommitdiff
path: root/misc/p5-ControlX10-CM11/patches/patch-aa
blob: e73da0cf447cb54e985443dde38a804230908ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2000/12/18 23:09:53 tsarna Exp $

--- eg/eg_cm11.plx.orig	Sun Dec 17 22:38:46 2000
+++ eg/eg_cm11.plx
@@ -36,7 +36,7 @@
     $serial_port = Win32::SerialPort->new ($port,1);
 }
 else {
-    $port = shift @ARGV || "/dev/ttyS0";
+    $port = shift @ARGV || "/dev/tty00";
     $serial_port = Device::SerialPort->new ($port,1);
 }
 die "Can't open serial port $port: $^E\n" unless ($serial_port);