summaryrefslogtreecommitdiff
path: root/camlibs/fuji
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-04-21 20:25:32 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-04-21 20:25:32 +0000
commit06f81773ba18945b6f4fabedbcd3c65a73d90574 (patch)
tree3b2c0b5f56b4a7ae6cf55e21e8c06817a0e6665d /camlibs/fuji
parenta167e725a07037551ed317b4182e48a4bca8427b (diff)
downloadlibgphoto2-06f81773ba18945b6f4fabedbcd3c65a73d90574.tar.gz
2002-04-21 Lutz M�ller <lutz@users.sourceforge.net>
* library.c: A fuji_reset doesn't seem to reset the speed to 9600. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4459 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/fuji')
-rw-r--r--camlibs/fuji/ChangeLog4
-rw-r--r--camlibs/fuji/library.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/fuji/ChangeLog b/camlibs/fuji/ChangeLog
index 3421e27a3..7846e4b83 100644
--- a/camlibs/fuji/ChangeLog
+++ b/camlibs/fuji/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-21 Lutz Müller <lutz@users.sourceforge.net>
+
+ * library.c: A fuji_reset doesn't seem to reset the speed to 9600.
+
2002-04-19 Lutz Müller <lutz@users.sourceforge.net>
* library.c: Don't make the check for supported commands fatal.
diff --git a/camlibs/fuji/library.c b/camlibs/fuji/library.c
index 70e0c17b4..9666e5fbe 100644
--- a/camlibs/fuji/library.c
+++ b/camlibs/fuji/library.c
@@ -323,7 +323,9 @@ post_func (Camera *camera, GPContext *context)
{
GP_DEBUG ("Terminating connection...");
+ /* Reset the camera and put it back to 9600 bps. */
CR (fuji_reset (camera, context));
+ CR (fuji_set_speed (camera, FUJI_SPEED_9600, context));
return (GP_OK);
}