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
/
libusb20.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r305284:
hselasky
2016-09-09
1
-2
/
+13
*
Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.
hselasky
2016-06-16
1
-0
/
+6
*
USB: replace 0 with NULL for pointers.
pfg
2016-04-09
1
-2
/
+2
*
Add some missing definitions to build a working FreeBSD's libusb under Linux.
hselasky
2013-07-14
1
-16
/
+4
*
Add new USB API to get the port path of a USB device.
hselasky
2013-05-03
1
-0
/
+7
*
- Make the FreeBSD's USB library compile under Linux.
hselasky
2013-03-13
1
-2
/
+6
*
Add USB API to read power draw on USB devices.
hselasky
2013-02-14
1
-0
/
+13
*
Add support for streams to LibUSB v2.0.
hselasky
2012-08-13
1
-1
/
+8
*
Fix some compile warnings.
hselasky
2012-04-20
1
-3
/
+2
*
Implement missing USB debug information functions.
hselasky
2011-09-19
1
-0
/
+74
*
- Add two missing functions to the LibUSB v0.1 API.
hselasky
2011-07-16
1
-0
/
+2
*
- Add two new API's to libusb20 which can be used to retrive information
hselasky
2011-06-24
1
-0
/
+12
*
- Add support for software pre-scaling of ISOCHRONOUS transfers.
hselasky
2011-02-28
1
-4
/
+10
*
- Add support for LibUSB in 32-bit compatibility mode.
hselasky
2010-10-14
1
-7
/
+7
*
Resort includes to match style(9) a bit more. No functional change
wkoszek
2010-02-13
1
-3
/
+4
*
Add a function to check if the usb devices is still connected.
thompsa
2010-01-29
1
-0
/
+10
*
Reset variable fields in case the transfer is opened again
thompsa
2010-01-10
1
-1
/
+12
*
Sync to P4
thompsa
2009-11-20
1
-1
/
+90
*
- fix refcounting error during data transfer
thompsa
2009-11-08
1
-3
/
+5
*
Cleanup claim/release interface code, which is specific to libusb v0.1. Remove
thompsa
2009-06-12
1
-39
/
+5
*
Add libusb20_tr_get_length to get the transfer length.
thompsa
2009-06-02
1
-0
/
+6
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-1
/
+1
*
libusb20 is now installed as libusb, remove the version number from the
thompsa
2009-03-09
1
-0
/
+1141