usb.util – USB Util

This is a subset of the PyUSB util module.

usb.util.SPEED_LOW: int = Ellipsis

A low speed, 1.5 Mbit/s device.

usb.util.SPEED_FULL: int = Ellipsis

A full speed, 12 Mbit/s device.

usb.util.SPEED_HIGH: int = Ellipsis

A high speed, 480 Mbit/s device.