summaryrefslogtreecommitdiffstats
path: root/device/usb
Commit message (Expand)AuthorAgeFilesLines
* Avoid a race between libusb_submit_transfer and libusb_free_transfer.reillyg2015-05-141-1/+5
* Extract //device/usb mocks so that they can be shared.reillyg2015-05-149-21/+287
* Add a manifest property declaring USB printers supported by an app.reillyg2015-05-072-3/+4
* Populate device node in UsbDeviceImpl on Chrome OS.reillyg2015-04-223-1/+6
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-1615-950/+1319
* Check USB device path access when prompting users to select a device.reillyg2015-04-077-44/+73
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-032-11/+131
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-3/+3
* Log device/usb messages to chrome://device-log.reillyg2015-02-236-45/+63
* Add device dependency GN's header checker found.brettw2015-02-211-0/+1
* Add more targets to GN check.brettw2015-02-201-0/+3
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-3/+0
* Add more targets to "gn check"brettw2015-02-191-0/+3
* Add a UsbService::Observer function for cleanup actions.reillyg2015-02-062-0/+8
* Remove iterator typedefs for USB descriptor types.reillyg2015-01-231-4/+0
* Fix Android USB debugging through DevTools.reillyg2015-01-231-2/+7
* Add browser tests for USB device add/remove events.reillyg2015-01-226-148/+198
* Update {virtual,override,final} to follow C++11 style in device.dcheng2015-01-161-1/+1
* Mark UsbServiceImpl::UIThreadHelper as final.reillyg2015-01-131-1/+2
* UsbDeviceHandleImpl must hold a scoped_refptr to UsbDeviceImpl.reillyg2015-01-102-4/+4
* Add support for sending a USB SET_CONFIGURATION request.reillyg2015-01-088-124/+134
* Use DeviceMonitorWin to observe "UsbDevice" class devices.reillyg2015-01-081-1/+68
* Add onDeviceAdded and onDeviceRemoved events to chrome.usb.reillyg2015-01-073-11/+18
* Add an Observer interface to UsbService for device add/remove.reillyg2015-01-064-46/+73
* Use USB hotplug events from libusb when possible.reillyg2015-01-051-31/+138
* Resolve two USB transfer handling regressions.reillyg2014-12-241-5/+9
* Enable USB gadget tests on OS X.reillyg2014-12-131-14/+14
* Fix WeakPtrFactory member ordering in deviceanujk.sharma2014-12-122-3/+3
* Fix USB build dependencydnicoara2014-12-101-0/+1
* gn format // (the rest, except mojo)scottmg2014-12-031-4/+10
* Chrome OS to use RequestPathAccess instead of RequestUsbAccess.hshi2014-12-022-3/+13
* Track libusb_transfer lifetime in a separate class.reillyg2014-12-012-267/+390
* Look up USB endpoint by its un-masked address.reillyg2014-11-241-3/+2
* Linux: Dynamically load libudev.thestig2014-11-222-2/+2
* Support USB on chromeos=1 linux buildsjoth2014-11-211-0/+3
* 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