summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb01.c
Commit message (Collapse)AuthorAgeFilesLines
* - Add two missing functions to the LibUSB v0.1 API.hselasky2011-07-161-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 informationhselasky2011-06-241-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
OpenPOWER on IntegriCloud