vpelletier / python-libusb1

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

add support for LIBUSB_SPEED_SUPER_PLUS for libusb 1.0.24+ #76

Closed LSChyi closed 3 years ago

LSChyi commented 3 years ago

As libusb 1.0.24 adds a new enum LIBUSB_SPEED_SUPER_PLUS, update the python binding accordingly.

vpelletier commented 3 years ago

Thanks !