Author: arekm                        Date: Sun Aug 26 09:03:20 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
https://sourceforge.net/tracker/?func=detail&atid=108874&aid=1781845&group_id=8874

---- Files affected:
SOURCES:
   libgphoto2-nousbreset.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgphoto2-nousbreset.patch
diff -u /dev/null SOURCES/libgphoto2-nousbreset.patch:1.1
--- /dev/null   Sun Aug 26 11:03:20 2007
+++ SOURCES/libgphoto2-nousbreset.patch Sun Aug 26 11:03:15 2007
@@ -0,0 +1,18 @@
+--- libgphoto2_port/usb/libusb.c.org   2007-08-26 10:59:24.999655304 +0200
++++ libgphoto2_port/usb/libusb.c       2007-08-26 10:59:38.104488357 +0200
+@@ -290,6 +290,7 @@
+               return (GP_ERROR_IO);
+       }
+ 
++#if 0
+       /* This is only for our very special Canon cameras which need a good
+        * whack after close, otherwise they get timeouts on reconnect.
+        */
+@@ -299,6 +300,7 @@
+                       return (GP_ERROR_IO);
+               }
+       }
++#endif
+ 
+       if (usb_close (port->pl->dh) < 0) {
+               gp_port_set_error (port, _("Could not close USB port (%m)."));
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to