vpelletier / python-libusb1

Python ctype-based wrapper around libusb1
GNU Lesser General Public License v2.1
168 stars 65 forks source link

Added timeval argument to USBContext.waitForEvent() to make it match up ... #4

Closed rpcope1 closed 9 years ago

rpcope1 commented 9 years ago

...with the underlying libusb_wait_for_event() call.

This should fix issue #3, and seems to fix it in the application I'm building.

vpelletier commented 9 years ago

Nice catch, and thanks for the perfect patch !