Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add two missing functions to the LibUSB v0.1 API. | hselasky | 2011-07-16 | 1 | -0/+70 |
| | | | | | | | | | - Clamp the string length to 255 bytes when getting the interface description. - Clamp data request length to 65535 bytes when doing control requests. MFC after: 3 days | ||||
* | - Add two new API's to libusb20 which can be used to retrive information | hselasky | 2011-06-24 | 1 | -0/+945 |
about the parent USB device: - libusb20_dev_get_parent_address - libusb20_dev_get_parent_port - Rename libusb20_compat01.c into libusb01.c MFC after: 3 days |