index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libusb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for streams to LibUSB v2.0.
hselasky
2012-08-13
5
-14
/
+43
*
LibUSB v1.0 API compiliance and bugfixes.
hselasky
2012-06-12
3
-5
/
+33
*
mdoc: minor Bl improvements.
joel
2012-06-02
1
-4
/
+5
*
General mdoc(7) and typo fixes.
gjb
2012-05-11
2
-18
/
+18
*
Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().
hselasky
2012-05-07
4
-1
/
+28
*
Fix typo.
hselasky
2012-04-25
1
-1
/
+1
*
Bump the libusb major version due to the last commit, which
hselasky
2012-04-25
1
-2
/
+2
*
Fix binary compatibility to the official LibUSB 1.0.
hselasky
2012-04-25
2
-10
/
+3
*
Fix some compile warnings.
hselasky
2012-04-20
6
-30
/
+29
*
Add missing LibUSB 1.0 API function.
hselasky
2012-04-12
4
-1
/
+33
*
Remove superfluous paragraph macro.
joel
2012-03-29
1
-3
/
+0
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-1
/
+1
*
Minor mdoc fixes.
joel
2012-03-24
1
-11
/
+1
*
Fix various typos in manual pages.
gjb
2012-02-25
1
-2
/
+2
*
Simplify libusb_open_device_with_vid_pid(): Only set
hselasky
2011-12-03
1
-4
/
+5
*
libusb_open() sets the given device handle to NULL if it
hselasky
2011-12-03
1
-2
/
+1
*
Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.
hselasky
2011-11-09
6
-3
/
+332
*
Fix how libusb20_dev_kernel_driver_active() and
hselasky
2011-10-10
3
-8
/
+8
*
Implement missing USB debug information functions.
hselasky
2011-09-19
7
-4
/
+184
*
Spelling corrections for LibUSB manual page (2/2).
hselasky
2011-08-22
1
-64
/
+70
*
Whitespace corrections for LibUSB manual page (1/2).
hselasky
2011-08-22
1
-183
/
+118
*
Use correct enum instead of constant value.
hselasky
2011-08-20
1
-1
/
+1
*
Update LibUSB v1.0 manual page:
hselasky
2011-08-16
2
-22
/
+34
*
Add missing function to get device speed to the LibUSB v1.0 API.
hselasky
2011-08-16
2
-0
/
+30
*
- Add two missing functions to the LibUSB v0.1 API.
hselasky
2011-07-16
6
-0
/
+87
*
LibUSB v1.0: Need at least one frame when doing the dummy open
hselasky
2011-06-28
1
-1
/
+1
*
- Add two new API's to libusb20 which can be used to retrive information
hselasky
2011-06-24
7
-1
/
+47
*
- Add missing MLINKS for libusb and some manpage fixes.
hselasky
2011-02-28
2
-3
/
+180
*
- Add support for software pre-scaling of ISOCHRONOUS transfers.
hselasky
2011-02-28
6
-22
/
+30
*
Check the return value of malloc().
kevlo
2010-12-14
1
-0
/
+5
*
Correct description of the return values of
hselasky
2010-11-18
1
-5
/
+10
*
Fix LibUSB v1.0 compliancy.
hselasky
2010-11-13
2
-4
/
+11
*
- Add missing LibUSB API functions:
hselasky
2010-10-14
4
-22
/
+120
*
- Add support for LibUSB in 32-bit compatibility mode.
hselasky
2010-10-14
4
-16
/
+30
*
- Fix some compile warnings regarding comparing signed to unsigned.
hselasky
2010-10-14
1
-2
/
+2
*
LibUSB (new API):
hselasky
2010-10-14
5
-0
/
+39
*
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
joel
2010-08-16
1
-1
/
+1
*
Fix typos and spelling mistakes.
joel
2010-08-06
1
-1
/
+1
*
Spelling fixes.
joel
2010-08-03
1
-1
/
+1
*
Fix return values for usb_find_busses() and usb_find_devices(). We should try
thompsa
2010-05-13
1
-2
/
+2
*
Fix header file compliancy with libusb 1.0 from sourceforge.
thompsa
2010-05-13
4
-2
/
+8
*
Resort includes to match style(9) a bit more. No functional change
wkoszek
2010-02-13
10
-32
/
+36
*
Remove redundand headers and use more standard ones where necessary.
wkoszek
2010-02-11
6
-11
/
+1
*
Use more standard way for setting nonblocking flag for a filedescriptor.
wkoszek
2010-02-11
1
-7
/
+9
*
Within libusb 0.1 API, bus number is always faked to 0. Device numbers,
wkoszek
2010-02-11
1
-0
/
+3
*
Add a function to check if the usb devices is still connected.
thompsa
2010-01-29
5
-0
/
+44
*
Reset variable fields in case the transfer is opened again
thompsa
2010-01-10
1
-1
/
+12
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Fix libusb_open_device_with_vid_pid() to return a NULL if no device is
scf
2009-12-12
1
-2
/
+2
*
Sync to P4
thompsa
2009-11-20
5
-11
/
+155
[next]