1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enforce max ISO packet size limit. More... about 14 years ago
Pass the number of desired iso packets. More... about 14 years ago
Remove debug code. More... about 14 years ago
Add a note on USBTransfer.setBuffer about control transfers. More... about 14 years ago
Typo & english. More... about 14 years ago
Simpler way to generate a list of identical values. More... about 14 years ago
Use floor-rounded div. More... about 14 years ago
Add experimental API to access device descriptors. More... over 14 years ago
Link USBDeviceHandle instance to USBDevice instance. More... over 14 years ago
Deprecate reprConfigurations. More... over 14 years ago
Don't open device in __str__. More... over 14 years ago
Copy libusb-provided pointers. More... over 14 years ago
extra field is not a c-string, make it c_void_p. More... over 14 years ago
Assorted docstring typo fixes. More... over 14 years ago
Use string_at. More... over 14 years ago
Some documentation improvements. More... over 14 years ago
Expose transfer type and endpoint. More... over 14 years ago
Fix race condition between submit and callback. More... over 14 years ago
Python mangles even non-properties starting with __ . More... over 14 years ago
Stop using create_string_buffer. More... over 14 years ago
Prevent USB fd from being unregistered. More... over 14 years ago
Prevent setBuffer from resizing isochronous buffer. More... over 14 years ago
Assortment of docstring improvements. More... over 14 years ago
Initialisation is not atomic. More... over 14 years ago
Use less surprising parameter name. More... over 14 years ago
Update README. More... over 14 years ago
Make __del__ methods not rely on globals. More... over 14 years ago
Reduce the brokenness of USBTransfer.__del__ . More... over 14 years ago
Some more docstring typos. More... over 14 years ago
Add (untested) support for isochronous transfers. More... over 14 years ago