diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-23 04:22:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-23 04:22:13 +0000 |
commit | 50ec1685981e1e3d102735f027b601ce552a4350 (patch) | |
tree | 74e1fceb1e9c712199ed892443b7088f187ac564 /graphics/fujiplay/patches | |
parent | 1a957f63704589888d925a684022b36c14e1138c (diff) | |
download | pkgsrc-50ec1685981e1e3d102735f027b601ce552a4350.tar.gz |
A program to download pictures from some Fujifilm digital cameras,
like the DS-7, MX-500 and MX-700, using the serial link. It can
also "press the shutter", upload images to the camera, or delete
images from the camera.
Diffstat (limited to 'graphics/fujiplay/patches')
-rw-r--r-- | graphics/fujiplay/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fujiplay/patches/patch-aa b/graphics/fujiplay/patches/patch-aa new file mode 100644 index 00000000000..f9805439e96 --- /dev/null +++ b/graphics/fujiplay/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $ + +--- fujiplay.c.orig Tue Nov 23 04:55:05 1999 ++++ fujiplay.c Tue Nov 23 04:58:42 1999 +@@ -35,7 +35,7 @@ + #define B115200 EXTB + #endif + +-#define DEFAULT_DEVICE "/dev/fujifilm" ++#define DEFAULT_DEVICE "/dev/tty00" + #define TMP_PIC_FILE ".dsc_temp" + + struct pict_info { |