summaryrefslogtreecommitdiffstats
path: root/components/usb_service
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-262-4/+4
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+2
* Speculative fix for atomic flag in UsbEventHandler.glider@chromium.org2014-08-181-8/+8
* Add chrome.usbPrivate API for use by USB device WEBUI.reillyg@chromium.org2014-08-143-35/+128
* Add usb_service::UsbDeviceFilter class for device matching.reillyg@chromium.org2014-08-136-3/+418
* [usb_gadget p12] Basic tests of usb_service using the USB test gadget.reillyg@chromium.org2014-08-011-2/+0
* Add components and CLD to GN build.brettw@chromium.org2014-07-101-0/+37
* Increase log verbosity required for USB errors.reillyg@chromium.org2014-06-264-20/+17
* Log errors from libusb.reillyg@chromium.org2014-06-206-19/+101
* Extracted UsbDeviceHandle as interface.zvorygin@chromium.org2014-05-125-172/+249
* Extracted UsbConfigDescriptor, UsbInterfaceDescriptor and helper classeszvorygin@chromium.org2014-05-125-112/+190
* Extracted UsbDevice as interface.zvorygin@chromium.org2014-05-077-76/+106
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-1/+0
* Extracted UsbService as interface.zvorygin@chromium.org2014-05-056-66/+88
* Fix chrome.usb control transfer.khautio@gmail.com2014-04-301-2/+1
* Move UsbService to its own component.rockot@chromium.org2014-04-2214-0/+1839