summaryrefslogtreecommitdiffstats
path: root/device/usb
Commit message (Expand)AuthorAgeFilesLines
* Track USB endpoint state in Blink.lkgrreillyg2016-03-241-1/+1
* Set interface_number in USB to Mojo type converter.reillyg2016-03-231-0/+1
* Fix IPC loop in DeviceManager::GetDeviceChanges.reillyg2016-03-232-5/+19
* Track USB device configuration state in Blink.reillyg2016-03-1510-16/+12
* Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojomjuncai2016-03-143-0/+21
* Convert the PermissionProvider Mojo interface to plain C++.reillyg2016-03-0414-352/+228
* Check USB device permissions with a full device::usb::DeviceInfo.reillyg2016-03-041-1/+1
* Ensure libusb_close is called from the FILE thread.reillyg2016-02-261-2/+8
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-251-2/+2
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-241-2/+2
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-241-2/+2
* device: Add out-of-line copy ctors for complex classes.vmpstr2016-02-246-0/+23
* Add dependency between device_usb and device_usb_mojo_bindings.reillyg2016-02-201-0/+1
* Revert of Parse USB interface association descriptors. (patchset #3 id:100001...gab2016-02-144-163/+1
* Destroy DeviceImpl when the underlying UsbDevice is disconnected.reillyg2016-02-138-7/+77
* Parse USB interface association descriptors.reillyg2016-02-134-1/+163
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-1/+1
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-121-1/+1
* Construct USB descriptors over explicit values.reillyg2016-02-129-118/+111
* usb: Make sure remaining interfaces are released on the right thread.reillyg2016-02-111-4/+10
* webusb: Reject the promise if the device is already open.reillyg2016-02-113-6/+21
* Remove //device/devices_app.reillyg2016-02-1017-0/+2957
* Add path open errors from the permission broker to the device log.reillyg2016-02-102-6/+14
* Make UsbDeviceHandle::ReleaseInterface asynchronous.reillyg2016-02-045-23/+63
* Reland of Update device/usb and its Mojo interface for variable size ISO pack...reillyg2016-02-024-114/+216
* Revert of Update device/usb and its Mojo interface for variable size ISO pack...zhaoqin2016-02-024-216/+114
* Update device/usb and its Mojo interface for variable size ISO packets.reillyg2016-02-024-114/+216
* Move USB string descriptor reading out of usb_service_impl.cc.reillyg2016-01-304-99/+199
* Update webusb_descriptors.cc to parse the new WebUSB descriptors.reillyg2016-01-296-501/+611
* Remove net/base/io_buffer.h include from usb_device_handle.h.reillyg2016-01-286-2/+10
* Update URLs referencing the draft WebUSB API specification.reillyg2016-01-261-1/+1
* Reland of Implement basic USB device enumeration on Android. (patchset #1 id:...reillyg2016-01-0725-23/+931
* Revert of Implement basic USB device enumeration on Android. (patchset #3 id:...reillyg2016-01-0725-931/+23
* Implement basic USB device enumeration on Android.reillyg2016-01-0625-23/+931
* Convert Pass()→std::move() in //devicedcheng2015-12-274-12/+15
* Switch to standard integer types in device/.avi2015-12-2224-9/+63
* Make //device pass "gn check"brettw2015-12-041-1/+1
* Create shared MockDeviceClient and MockHidService classes.reillyg2015-11-242-2/+7
* Add code to deal with serial device disconnectionjuncai2015-11-212-71/+10
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Revert of Reland: Add code to deal with serial device disconnection detection...alph2015-11-182-10/+71
* Add code to deal with serial device disconnectionjuncai2015-11-182-71/+10
* Provide a stub implementation of device::UsbService on Android.reillyg2015-11-185-16/+106
* Revert of Add code to deal with serial device disconnection detection on Wind...hcarmona2015-11-181-9/+71
* Add code to deal with serial device disconnectionjuncai2015-11-171-71/+9
* Aura on Android: build gn target extensions/browser.moshayedi2015-11-171-1/+6
* Change default string descriptor buffer size to 255 bytes.reillyg2015-10-151-2/+2
* Add configuration and interface permission checks to DeviceImpl.reillyg2015-09-295-23/+39
* Remove unnecessary InterfaceClaimer::Claim method.reillyg2015-09-261-20/+7
* Always add direction flag to endpoint number when submitting transfers.reillyg2015-09-252-116/+56