summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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-2511-220/+309
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-253-1/+58
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-2/+1
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-192-2/+2
* Add a service to track devices selected by the user.reillyg2014-09-195-75/+113
* [Easy Unlock] Move the existing Bluetooth utility code into the component.isherman2014-09-181-0/+3
* Remove ikarienator from OWNERS files.thestig2014-09-171-1/+1
* Remove implicit conversions from scoped_refptr to T* in devicedcheng2014-09-153-15/+15
* Do not open or close IOHIDManager's IOHIDDeviceRefs.reillyg2014-09-132-9/+23
* Reland: Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-1315-591/+341
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* 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
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-114-14/+13
* Grant ownership of device things to reillygrockot2014-09-101-0/+1
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Fix a crash in SerialIoHandler.sammc2014-09-081-6/+7
* Make the device::HidService destructor protected.reillyg2014-09-063-11/+11
* Move tools/usb_gadget.gyp to tools/usb_gadget/usb_gadget.gyp.reillyg2014-09-061-1/+1
* Move system.* family of APIs to extensions/thiago.santos2014-09-051-0/+1
* Fix HidService lifetime issuesrockot2014-09-058-18/+59
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-8/+8
* Hook up resources to the chrome GN build.Brett Wilson2014-09-041-1/+0
* USB interrupt and bulk transfer tests using an echo gadget.reillyg2014-09-044-4/+171
* Fixups in components/ for scoped_refptr operator T* removal.dcheng2014-09-042-3/+6
* Merge components/usb_service into device/usb.reillyg2014-09-0430-27/+2727
* Add more generic filters to the chrome.hid.getDevices API.reillyg2014-08-296-0/+253
* Remove BrowserThread dependency from usb_service.reillyg2014-08-295-1/+110
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-2810-14/+14
* Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...Albert J. Wong2014-08-284-50/+10
* Fix HidService lifetime issues.rockot2014-08-274-10/+50
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-2711-115/+347
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-274-29/+28
* Don't pass buffers to HidConnection::Read because it knows the size.reillyg2014-08-269-405/+403
* Mojom: Blanket change to mark all pointer/handle fields as nullable.yzshen2014-08-262-9/+9
* Store HID report sizes as uint16_t.reillyg2014-08-244-22/+22
* Find HID report IDs in output and feature reports on Windows.reillyg@chromium.org2014-08-222-43/+89
* [EasyUnlock] Add a private API for establishing an insecure Bluetooth connect...isherman@chromium.org2014-08-224-1/+37
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-2/+2
* Mojom cpp bindings: Enable non-nullable check.yzshen@chromium.org2014-08-201-3/+3
* Add data pipe wrappers to be used to implement serial send.sammc@chromium.org2014-08-199-0/+1256
* Make udev target disappear on linux when use_udev==0spang@chromium.org2014-08-182-1/+9
* device/bluetooth: Release |adapter_| in BluetoothSocketChromeOS::Close.armansito@chromium.org2014-08-181-0/+9
* Fix HID input report sizes on Windows for devices without report IDs.reillyg@chromium.org2014-08-186-15/+22
* Fix Bluetooth Classic device polling issue.rpaquay@chromium.org2014-08-162-6/+44
* Add chrome.usbPrivate API for use by USB device WEBUI.reillyg@chromium.org2014-08-141-3/+16
* Added switch that let us 'un-stub' certain dbus clients.zelidrag@chromium.org2014-08-141-1/+4
* Add data pipe wrappers to be used to implement serial receive.sammc@chromium.org2014-08-1111-0/+1165
* Ignore double cancels of serial reads and writes.sammc@chromium.org2014-08-111-2/+2