summaryrefslogtreecommitdiffstats
path: root/device/usb/usb_device_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize active_configuration_ to be nullptr.juncai2015-08-071-1/+1
* Try to read BOS and WebUSB descriptors from USB devices.reillyg2015-08-061-0/+5
* Add function to get all the UsbConfigDescriptor for the devicejuncai2015-08-051-4/+7
* Remove fallback when requesting a single USB interface.reillyg2015-07-101-2/+0
* Temporarily re-enable requesting USB interfaces with RequestPathAccess.reillyg2015-06-291-0/+2
* Open USB devices through the permission broker's OpenPath method.reillyg2015-06-241-1/+8
* Fetch USB device strings asynchronously to avoid libusb race conditions.reillyg2015-06-151-10/+18
* Invoke RequestPathAccess implicitly in UsbDevice::Open.reillyg2015-06-041-3/+3
* Replace UsbDevice's unique_id with a GUID stringrockot2015-06-011-1/+0
* Populate device node in UsbDeviceImpl on Chrome OS.reillyg2015-04-221-0/+1
* 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