Do not reset on every close.
diff --git a/ChangeLog b/ChangeLog
index da7edb2..53e04bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-31  Linus Walleij <triad@df.lth.se>
+
+	* src/libusb-glue.c: only reset the device if a connection
+	  fails, then retry. We were resetting the device on every
+	  close() - not good.
+
 2010-10-17  Linus Walleij <triad@df.lth.se>
 
 	* src/libmtp.c: Windows file open fixes from Jelle Geerts.