summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* Add INSTALL_WIN.txt eol=crlf to .gitattributesHans de Goede2013-05-151-1/+1
* Add some editor meta-comments for proper tab usageNathan Hjelm2013-05-154-1/+4
* Core: use C99 flexible array member when possibleSean McBride2013-05-152-4/+22
* darwin: return LIBUSB_ERROR_NOT_FOUND when reading the active config descript...Nathan Hjelm2013-05-152-2/+2
* darwin: clean up old codehjelmn@cs.unm.edu2013-05-153-53/+22
* darwin: fix memory leaks in the darwin backend.Nathan Hjelm2013-05-152-3/+9
* core: release the context device list when the context is deleted.Nathan Hjelm2013-05-152-4/+18
* darwin: don't assume an interval of 1 or high/super speedNathan Hjelm2013-05-152-4/+11
* darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET transfer flag.Nathan Hjelm2013-05-152-9/+18
* darwin/libusb_reset: reenumerate device if the device descriptor or any confi...Nathan Hjelm2013-05-152-14/+61
* darwin: dpriv->device will never be NULL for a valid device. remove unnecessa...Nathan Hjelm2013-05-152-44/+3
* darwin: allow control messages on devices we can not exclusively openNathan Hjelm2013-05-152-48/+24
* Bump LIBUSBX_API_VERSION for new hotplug APIHans de Goede2013-05-153-6/+20
* Add hotplug support to the Linux backend.Nathan Hjelm2013-05-156-88/+682
* Add hotplug support to the Darwin backend.Nathan Hjelm2013-05-153-82/+125
* Add hotplug support.Nathan Hjelm2013-05-159-34/+673
* Fixup .gitignore for examples and tests now living in subdirsPete Batard2013-05-151-1/+1
* Core: Cache device descriptors in the coreNathan Hjelm2013-05-155-20/+30
* Core: Keep a list of contexts created by libusb_init()Nathan Hjelm2013-05-154-14/+44
* libusb.h: Correct errors in doxygen comment for struct libusb_deviceHans de Goede2013-04-232-3/+3
* WinCE: Include COPYING and license information in binary snapshots.Toby Gray2013-04-161-1/+1
* libusbx-1.0.15v1.0.15Pete Batard2013-04-152-2/+2
* Samples: Fix timeout error on FX3 and logging improvements for fxloadPete Batard2013-04-141-1/+1
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-115-12/+13
* WinCE: Add internal build script for WinCE binariesToby Gray2013-04-111-1/+1
* WinCE: Fix x86 build on Visual Studio 2005Toby Gray2013-04-111-1/+1
* libusbx 1.0.15-rc3v1.0.15-rc3Pete Batard2013-04-042-2/+2
* OS X: Don't try to work around buggy devices with bInterval = 0 on isochronou...Nathan Hjelm2013-04-042-7/+2
* Core: fix bug in libusb_has_capability()Ludovic Rousseau2013-04-042-3/+3
* libusbx 1.0.15-rc2v1.0.15-rc2Pete Batard2013-04-032-2/+2
* OS X: Don't assume an interval of 1Nathan Hjelm2013-04-032-10/+18
* WinCE: Fix missing sources from dist tarballToby Gray2013-04-032-2/+4
* libusbx 1.0.15-rc1v1.0.15-rc1Pete Batard2013-04-022-3/+3
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-029-5/+33
* Windows: Fix USB descriptor creation code for HID devicesToby Gray2013-04-012-3/+2
* Samples: More fxload improvements and cleanupPete Batard2013-03-161-1/+1
* Tests: Suppress Visual Studio 2012 Code Analysis warningsPete Batard2013-03-161-1/+1
* Samples: fix compiler warningLudovic Rousseau2013-03-151-1/+1
* Samples: fxload improvements and cleanupFederico Manzan2013-03-151-1/+1
* OS X: Do not assume HS when submitting isochronous transferVegard Storheil Eriksen2013-03-122-2/+5
* OS X: Use kCFNumberSInt32Type when reading device location from the IO registryNathan Hjelm2013-03-122-5/+7
* Windows: Fix multiple warningsPete Batard2013-03-124-8/+14
* Samples: Add FX3 firmware upload support for fxloadFederico Manzan2013-03-101-1/+1
* Linux: Consume all events on a fd in one goHans de Goede2013-03-102-2/+4
* Samples: Reinstate interface requests when querying WCID devicesPete Batard2013-03-051-1/+1
* WinCE: Post integration cleanupPete Batard2013-03-039-34/+20
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-278-22/+12
* Tests: Fix broken OS-X and Linux buildsXiaofan Chen2013-02-241-1/+1
* WinCE: Don't confirm protocol stalls with device in wince_transfer_callback()Simon Haggett2013-02-222-13/+13
* Tests: Simplify stdout redirection and fix Windows assertion error on cleanupPete Batard2013-02-221-1/+1