summaryrefslogtreecommitdiffstats
path: root/device/usb
Commit message (Expand)AuthorAgeFilesLines
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-3/+2
* Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.reillyg2015-07-061-2/+30
* Temporarily re-enable requesting USB interfaces with RequestPathAccess.reillyg2015-06-294-0/+48
* Open USB devices through the permission broker's OpenPath method.reillyg2015-06-244-12/+41
* Better track in progress USB enumerations on Windows.reillyg2015-06-172-31/+35
* Return after posting success or failure in EnumerateUdevDevice.reillyg2015-06-171-0/+3
* Fetch USB device strings asynchronously to avoid libusb race conditions.reillyg2015-06-156-329/+380
* Reland: Introduce the devices Mojo approckot2015-06-1117-2400/+1
* Revert of Introduce the devices Mojo app (patchset #5 id:160001 of https://co...kjellander2015-06-117-127/+131
* Introduce the devices Mojo approckot2015-06-117-131/+127
* Invoke RequestPathAccess implicitly in UsbDevice::Open.reillyg2015-06-044-22/+30
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Fill out the USB Device mojo interfacerockot2015-06-0312-84/+1569
* Replace UsbDevice's unique_id with a GUID stringrockot2015-06-0114-67/+51
* Reland: Build a basic Mojo service framework for device/usbrockot2015-05-2816-0/+912
* Revert of Build a basic Mojo service framework for device/usb (patchset #4 id...rockot2015-05-2816-906/+0
* Build a basic Mojo service framework for device/usbrockot2015-05-2816-0/+906
* Remove thread check from the UsbDeviceHandle destructor.reillyg2015-05-222-30/+13
* 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