[coldsync commit] r2606 - trunk/libpconn

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 25, 2008, 3:00:24 PM10/25/08
to coldsync...@googlegroups.com
Author: azummo...@towertech.it
Date: Sat Oct 25 11:59:53 2008
New Revision: 2606

Modified:
trunk/libpconn/PConnection_serial.c

Log:
Delay a bit when draining a serial device


Modified: trunk/libpconn/PConnection_serial.c
==============================================================================
--- trunk/libpconn/PConnection_serial.c (original)
+++ trunk/libpconn/PConnection_serial.c Sat Oct 25 11:59:53 2008
@@ -485,6 +485,9 @@
perror("tcdrain");
}

+ /* Some serial drivers need some time to settle down */
+ usleep(50000);
+
return err;
}

Reply all
Reply to author
Forward
0 new messages