summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb01.c
Commit message (Collapse)AuthorAgeFilesLines
* Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0hselasky2014-04-111-0/+2
| | | | | | APIs to increase the maximum bandwidth limit. MFC after: 1 week
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-131-2/+7
| | | | | | | - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB header files. - Add some now needed include files to various C-files.
* - 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