summaryrefslogtreecommitdiffstats
path: root/device/usb/usb_device_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-24/+21
* Check USB device path access when prompting users to select a device.reillyg2015-04-071-3/+4
* Update {virtual,override,final} to follow C++11 style in device.dcheng2015-01-161-1/+1
* Add support for sending a USB SET_CONFIGURATION request.reillyg2015-01-081-6/+9
* Chrome OS to use RequestPathAccess instead of RequestUsbAccess.hshi2014-12-021-0/+5
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-7/+7
* Cache important USB string descriptors all at once.reillyg2014-10-171-5/+10
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-7/+7
* Use USE_UDEV instead of OS_LINUX when trying to use Udev functionalitydnicoara2014-09-261-1/+1
* Move string descriptor getters from UsbDeviceHandle to UsbDevice.reillyg2014-09-251-0/+12
* Reland: Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-131-1/+7
* Revert of Convert device::UsbConfigDescriptor and friends to structs. (patchs...weitaosu2014-09-121-7/+1
* Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-121-1/+7
* Merge components/usb_service into device/usb.reillyg2014-09-041-0/+77