aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb_global_linux.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing definitions to build a working FreeBSD's libusb under Linux.Hans Petter Selasky2013-07-141-0/+9
| | | | Notes: svn path=/head/; revision=253339
* - Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky2013-03-131-0/+69
- 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. Notes: svn path=/head/; revision=248236