summaryrefslogtreecommitdiffstats
path: root/device/usb/usb_device_handle_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make UsbDeviceHandle::ReleaseInterface asynchronous.reillyg2016-02-041-0/+12
* Remove net/base/io_buffer.h include from usb_device_handle.h.reillyg2016-01-281-0/+1
* Switch to standard integer types in device/.avi2015-12-221-0/+2
* Remove BulkTransfer and InterruptTransfer from classjuncai2015-09-031-16/+16
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-281-0/+3
* Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.reillyg2015-07-061-2/+30
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-51/+106
* Enable USB gadget tests on OS X.reillyg2014-12-131-14/+14
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-8/+8
* USB interrupt and bulk transfer tests using an echo gadget.reillyg2014-09-041-0/+164