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 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
*
- fix refcounting error during data transfer
thompsa
2009-11-08
7
-35
/
+251
*
Prevent wraparound of the timeout variable.
thompsa
2009-10-22
1
-1
/
+5
*
LibUSB v1.0:
alfred
2009-07-30
9
-1531
/
+1356
*
Bump the version of all non-symbol-versioned shared libraries in
kensmith
2009-07-19
1
-1
/
+1
*
Sync the libusb 1.0 exported api to the latest GSoC code.
thompsa
2009-07-10
5
-506
/
+510
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-3
/
+1
*
Add files missed in r194674.
thompsa
2009-06-23
5
-0
/
+2861
*
Add libusb 1.0 support which is compatible with the latest revision on
thompsa
2009-06-23
5
-799
/
+1227
*
Cleanup claim/release interface code, which is specific to libusb v0.1. Remove
thompsa
2009-06-12
6
-124
/
+12
*
Add libusb20_tr_get_length to get the transfer length.
thompsa
2009-06-02
3
-4
/
+39
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
5
-32
/
+32
*
Fix libusb20_dev_get_device_desc and defunt xref.
thompsa
2009-05-21
1
-4
/
+4
*
MFp4 //depot/projects/usb@159934
thompsa
2009-04-05
1
-145
/
+301
*
Add prototypes for libusb20_be_[gs]et_template.
delphij
2009-03-17
1
-0
/
+2
*
Update libusb.3 name and add mlinks for usb.3 and libusb20.3
thompsa
2009-03-10
2
-4
/
+7
*
Be compatible with LibUSB from sourceforge and close the handle after reset
thompsa
2009-03-10
1
-1
/
+5
*
libusb20 is now installed as libusb, remove the version number from the
thompsa
2009-03-09
12
-0
/
+6135
*
Follow NetBSD and rename libusb to libusbhid.
joe
2002-03-27
8
-1175
/
+0
*
Remove __P() usage.
obrien
2002-03-21
1
-15
/
+15
*
Prefix structure members to protect them against clashes with eg.
alfred
2002-02-20
1
-2
/
+2
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-1
/
+1
*
Add __FBSDID()s to libusb
dillon
2001-09-30
4
-11
/
+12
*
mdoc(7) police: Fixed broken xrefs.
ru
2001-08-22
1
-1
/
+1
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Fixed prototypes. About half of them were wrong (mainly due to const
bde
2001-02-06
1
-10
/
+10
*
Added used include of <sys/cdefs.h>.
bde
2001-02-06
1
-0
/
+4
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-1
/
+1
[next]