1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/opendis/files/patch-ods.c
Will Andrews 0ca07ff1bf Add opendis 0.0.3, a program to access Flashpoint Digita-based
cameras, download images and more.

PR:		27537
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-08 16:54:25 +00:00

12 lines
621 B
C

--- src/ods.c.orig Tue May 22 13:32:19 2001
+++ src/ods.c Tue May 22 13:32:38 2001
@@ -199,7 +199,7 @@
printf("OPTIONS are now supported.\n\n");
printf(" -d DEV, --device=DEV Look for camera at device DEV. Defaults\n");
- printf(" to /dev/ttyS0.\n");
+ printf(" to /dev/cuaa0.\n");
printf(" -r RATE, --rate=RATE Use bit-rate RATE for serial device. Defaults\n");
printf(" to 9600. Not applicable to USB or IrDA.\n");
printf(" -t TYPE, --type=TYPE Specifies device type, one of: \"serial\"\n");