aboutsummaryrefslogtreecommitdiff
path: root/src/libusb1-glue.c
AgeCommit message (Expand)Author
2016-07-01fix indentation for gcc6Marcus Meissner
2016-04-14[events] Add an asynchronous function to check for eventsPhilip Langdale
2016-02-21merge accumulated ptp lowlevel changes from libgphoto2.Marcus Meissner
2016-02-05in read, use the maxpacket from the device, not _HS_ packetsizeMarcus Meissner
2015-10-04memory leaks on error exits (Coverity)Marcus Meissner
2015-06-17util: wrap unknown-device erroring in just one functionAndrés G. Aragoneses
2015-04-09initialize xwritten for rare bugs (Coverity)Marcus Meissner
2015-04-09remove double if () (Coverity)Marcus Meissner
2015-04-09avoid using params before checking it against NULL (Coverity)Marcus Meissner
2015-04-01https://sourceforge.net/p/libmtp/patches/64/Marcus Meissner
2014-08-24Revert "Async buffering for high-speed transfers."David Bremner
2013-11-06minor coding style cleanupLinus Walleij
2013-11-06delete unused clear_halt()codeLinus Walleij
2013-11-06Async buffering for high-speed transfers.Yingxi Yu
2013-11-06USB3 device supportYingxi Yu
2013-11-06Revert "USB 3.0 support."Linus Walleij
2013-11-04USB 3.0 support.Yingxi Yu
2013-05-01PATCH: avoid unconditional clear_haltMarcus Meissner
2013-04-18Support GetObject for large (>4GB) files.Philip Langdale
2013-04-09ptp: Apply missing changes to support > 4GB transfers.Philip Langdale
2013-03-12Fix some leaks in common code paths.Lei Zhang
2013-03-12Check for failures from libusb_init() in the libusb-1.0 glue code.Lei Zhang
2013-03-05Fix signature of ptp_usb_senddata() to be 64bit.Linus Walleij
2012-11-13Patch from Will Preston to fix setup of descriptor.Linus Walleij
2012-11-13Close dangling handle in libusb glueLinus Walleij
2012-08-20Do not always set altinterface 0! This is just wildly wrong:Linus Walleij
2012-03-22This is not older libusb...Linus Walleij
2012-01-28Just docsLinus Walleij
2012-01-21Fixed one syntax error, straightened a few spacesLinus Walleij
2012-01-20There was some unfinished porting here.Jonas Salling
2012-01-18VariousLinus Walleij
2011-11-17Clean up separation between libusb 1.0 and libusb 0.xLinus Walleij
2011-11-17Make libusb 1.0 and libusb 0.x coexist, merge Marcus' libusb 1.0Linus Walleij
2011-11-16Revert "Rewrite libmtp to use libusb1, drop legacy libusb support."Linus Walleij
2011-11-14Rewrite libmtp to use libusb1, drop legacy libusb support.Linus Walleij