-
wander_lairson committed revision 39 to the PyUSB SVN repository, changing 1 files.
2009-10-15 12:46:19 UTC by wander_lairson
-
wander_lairson committed revision 38 to the PyUSB SVN repository, changing 2 files.
2009-10-09 20:13:33 UTC by wander_lairson
-
wander_lairson committed revision 37 to the PyUSB SVN repository, changing 3 files.
2009-09-24 19:48:26 UTC by wander_lairson
-
wander_lairson committed revision 36 to the PyUSB SVN repository, changing 3 files.
2009-09-24 14:14:53 UTC by wander_lairson
-
wander_lairson committed revision 35 to the PyUSB SVN repository, changing 10 files.
2009-09-24 13:08:04 UTC by wander_lairson
-
wander_lairson committed revision 34 to the PyUSB SVN repository, changing 1 files.
2009-09-23 18:37:11 UTC by wander_lairson
-
wander_lairson committed revision 33 to the PyUSB SVN repository, changing 4 files.
2009-09-21 19:38:54 UTC by wander_lairson
-
Fixed at revision 32. Thank you to report the bug.
Wander.
2009-09-19 01:12:55 UTC by wander_lairson
-
wander_lairson committed revision 32 to the PyUSB SVN repository, changing 8 files.
2009-09-19 00:23:34 UTC by wander_lairson
-
When I do a bulkRead operation on a handle I'm getting an error:
>
>
>>>> handle.bulkRead(1,8192)
> Traceback (most recent call last):
> File "", line 1, in
> usb.USBError: No error
>>>>
>
> I added some debugging statements into pyusb.c, and found out the actual
> error it was getting was "-110", which is ETIMEDOUT. If I increase the
> timeout value to a thousand or...
2009-09-17 20:44:54 UTC by nobody