summaryrefslogtreecommitdiffstats
path: root/device/usb
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-293-6/+4
* Save USB device manufacturer and product strings for permission messages.reillyg2014-10-291-0/+3
* Bit shift the bmAttributes field to interpret isochronous endpoint.reillyg2014-10-241-2/+2
* Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...thestig2014-10-241-1/+1
* Standardize usage of virtual/override/final in device/dcheng2014-10-225-60/+57
* Cache important USB string descriptors all at once.reillyg2014-10-172-81/+70
* Make chrome_shell_apk buildcjhopman2014-10-131-0/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-065-23/+23
* Use USE_UDEV instead of OS_LINUX when trying to use Udev functionalitydnicoara2014-09-262-7/+7
* Move string descriptor getters from UsbDeviceHandle to UsbDevice.reillyg2014-09-258-203/+302
* Add a service to track devices selected by the user.reillyg2014-09-195-75/+113
* Remove ikarienator from OWNERS files.thestig2014-09-171-1/+1
* Reland: Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-1315-591/+341
* Revert of Convert device::UsbConfigDescriptor and friends to structs. (patchs...weitaosu2014-09-1215-339/+591
* Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-1215-591/+339
* 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
* Fixups in components/ for scoped_refptr operator T* removal.dcheng2014-09-042-3/+6
* Merge components/usb_service into device/usb.reillyg2014-09-0424-8/+2715
* Add chrome.usbPrivate API for use by USB device WEBUI.reillyg@chromium.org2014-08-141-3/+16
* [usb_gadget p12] Basic tests of usb_service using the USB test gadget.reillyg@chromium.org2014-08-012-0/+54
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-1/+1
* Update skia and ui GN buildsbrettw@chromium.org2014-05-311-2/+1
* Move usb_ids.py script into device/usb.tfarina@chromium.org2014-05-143-3/+113
* Make GN's "check" run cleanly.brettw@chromium.org2014-04-221-3/+1
* Add optional public header checking to GN buildbrettw@chromium.org2014-04-071-1/+4
* Add the USB device target to the GN build.brettw@chromium.org2014-04-031-0/+31
* Taking ownership of USB related librariesikarienator@chromium.org2013-07-041-0/+1
* device: Restructure the layout of gyp files.tfarina@chromium.org2013-06-032-1/+46
* Adding USB ID vendor and product lookups.gdk@chromium.org2012-12-054-0/+149