summaryrefslogtreecommitdiffstats
path: root/lib/libusb/usb.h
Commit message (Collapse)AuthorAgeFilesLines
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-131-2/+3
| | | | | | | - 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/+2
| | | | | | | | | - 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
* LibUSB (new API):hselasky2010-10-141-0/+1
| | | | | | | | - Add a new API function to check the connected status of the USB handle in the LibUSB v1.0 and LibUSB v0.1 interfaces. Approved by: thompsa (mentor)
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-131-2/+3
| | | | | | | is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes)
* Remove redundand headers and use more standard ones where necessary.wkoszek2010-02-111-2/+1
| | | | Reviewed by: hps@
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-091-0/+310
directory name.
OpenPOWER on IntegriCloud