summaryrefslogtreecommitdiffstats
path: root/third_party/libusb/README.chromium
Commit message (Collapse)AuthorAgeFilesLines
* Emergency fix for Mac: crash with EXC_ARITHMETIC in submit_bulk_transfer.ikarienator@chromium.org2013-08-231-0/+1
| | | | | | | | | | usb_interface_t::GetPipeProperties may fail when the device is unplugged if DeviceVersion is not greater than 320. This case maxPacketSize will be zero on official build and the integer division will may throw a EXC_ARITHMETIC signal. BUG=278058 Review URL: https://chromiumcodereview.appspot.com/23137025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219327 0039d316-1c4b-4281-b951-d872f2087c98
* Update libusb 1.0.9 to libusbx 1.0.16.pfeldman@chromium.org2013-07-201-6/+7
| | | | | | | | | | | | | libusb 1.0.9 has serious deadlock bugs on Windows. libusbx is the rapid-development version of libusb and will be eventually merged into libusb. The original commit broke the build. This commit is to fix it. BUG=223817 TBR=pfeldman@chromium.org Review URL: https://codereview.chromium.org/19490008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212797 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Update libusb 1.0.9 to libusbx 1.0.16."asargent@chromium.org2013-07-191-3/+3
| | | | | | | | | | | | Original CL: https://codereview.chromium.org/19713005 TBR=scheib@chromium.org BUG=223817 Review URL: https://codereview.chromium.org/19821003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212602 0039d316-1c4b-4281-b951-d872f2087c98
* Update libusb 1.0.9 to libusbx 1.0.16.scheib@chromium.org2013-07-191-3/+3
| | | | | | | | | | | libusb 1.0.9 has serious deadlock bugs on Windows. libusbx is the rapid-development version of libusb and will be eventually merged into libusb. BUG=223817 R=pfeldman@chromium.org Review URL: https://codereview.chromium.org/19713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212597 0039d316-1c4b-4281-b951-d872f2087c98
* Usb backend refactor step 1: Introduce libusb_interrupt_handle_event API.ikarienator@chromium.org2013-07-181-0/+2
| | | | | | | | | | Currently the USB event handling thread is not safely exiting during shutdown due to the blocking and uninterruptable libusb_handle_event API. This issue is to introducing a way to safely interrupt it. BUG=223817 Review URL: https://chromiumcodereview.appspot.com/18648010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212293 0039d316-1c4b-4281-b951-d872f2087c98
* Update third party library libusb from 1.0.9-rc3 to 1.0.9. Adding OWNER file.dpranke@chromium.org2013-07-031-1/+1
| | | | | | | | | | | | Sanitizing the unnecessary local changes. (landed by dpranke on behalf of ikarienator in order to bypass buggy presubmit checks). TBR=bryeung@chromium.org, cpu@chromium.org Review URL: https://codereview.chromium.org/17572017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210028 0039d316-1c4b-4281-b951-d872f2087c98
* Fix third-party license information for a number of projectssteveblock@chromium.org2012-07-261-0/+1
| | | | | | | | | | | This fixes 'licenses.py scan' for the projects relevant to the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10796121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148534 0039d316-1c4b-4281-b951-d872f2087c98
* Import libusb 1.0.9-rc3 into third_party.gdk@chromium.org2012-04-101-0/+13
| | | | | | | | | | | BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129069 Review URL: http://codereview.chromium.org/9826025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131622 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129069 - Import libusb 1.0.9-rc3 into third_party.nduca@google.com2012-03-271-12/+0
| | | | | | | | | | | | | | | | | Failing license check. http://chromegw.corp.google.com/i/chromium/builders/Linux/builds/21702/steps/check_licenses BUG=none TEST=none Review URL: http://codereview.chromium.org/9826025 TBR=gdk@chromium.org Review URL: https://chromiumcodereview.appspot.com/9866021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129101 0039d316-1c4b-4281-b951-d872f2087c98
* Import libusb 1.0.9-rc3 into third_party.gdk@chromium.org2012-03-271-0/+12
BUG=none TEST=none Review URL: http://codereview.chromium.org/9826025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129069 0039d316-1c4b-4281-b951-d872f2087c98