Hans Petter Selasky
f1b5fa6e49
LibUSB (new API):
...
- 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)
2010-10-14 20:04:36 +00:00
Joel Dahl
f6ac23919b
Fix typos and spelling mistakes.
2010-08-06 14:33:42 +00:00
Joel Dahl
799162a628
Spelling fixes.
2010-08-03 17:40:09 +00:00
Alfred Perlstein
390065b18e
LibUSB v1.0:
...
- Significantly improve libusb10 support.
- Many minor issues fixed.
- P4 ID: 166189, 165853, 165991, 166052, 166069
Submitted by: hps
Approved by: re
2009-07-30 00:11:41 +00:00
Andrew Thompson
a5118bdfe9
Add libusb 1.0 support which is compatible with the latest revision on
...
Sourceforge. Libusb 1.0 is a portable usb api released December 2008 and
supersedes the original libusb released 10 years ago, it supports isochronous
endpoints and asynchronous I/O. Many applications have already started using
the interfaces.
This has been developed as part of Google Summer of Code this year by Sylvestre
Gallon and has been cribbed early due to it being desirable in FreeBSD 8.0
Submitted by: Sylvestre Gallon
Sponsored by: Google Summer of Code 2009
Reviewed by: Hans Petter Selasky
2009-06-23 01:00:26 +00:00
Andrew Thompson
4315b3c95d
Cleanup claim/release interface code, which is specific to libusb v0.1. Remove
...
claim and release interface support from libusb v2.0, because it is not useful.
Submitted by: Hans Petter Selasky
2009-06-12 16:07:06 +00:00
Andrew Thompson
545b01ad3a
Add libusb20_tr_get_length to get the transfer length.
...
Submitted by: Hans Petter Selasky
2009-06-02 17:27:51 +00:00
Andrew Thompson
760bc48e7e
s/usb2_/usb_/ on all C structs for the USB stack.
2009-05-28 17:36:36 +00:00
Andrew Thompson
c54c1f7c08
Fix libusb20_dev_get_device_desc and defunt xref.
...
Submitted by: Hans Petter Selasky
2009-05-21 17:16:35 +00:00
Andrew Thompson
dc8f21bc49
MFp4 //depot/projects/usb@159934
...
Update libusb function descriptions.
Submitted by: Chuck Robey
2009-04-05 18:30:24 +00:00
Andrew Thompson
4eaae44dbf
Update libusb.3 name and add mlinks for usb.3 and libusb20.3
2009-03-10 15:49:43 +00:00