summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant mapping of net errors to strings.mmenke@chromium.org2014-08-071-1/+1
* extensions: Add GN version of extensions_shell_and_test_pak and unittests tar...tfarina@chromium.org2014-08-071-0/+53
* usb_gadget: Switch to official Google product IDs.reillyg@chromium.org2014-08-051-5/+5
* Media Galleries: Omit ById in various method names, since all operations are ...thestig@chromium.org2014-08-054-44/+42
* [usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.reillyg@chromium.org2014-08-043-73/+80
* Convert SerialIoHandler to use buffer interfaces for I/O API methods.sammc@chromium.org2014-08-0410-67/+101
* [usb_gadget p12] Basic tests of usb_service using the USB test gadget.reillyg@chromium.org2014-08-013-0/+55
* Media Galleries: Change Linux MTP implementation to handle large directory li...thestig@chromium.org2014-07-314-80/+213
* Improve processing of Bluetooth device discovery on Windows.rpaquay@chromium.org2014-07-3112-260/+640
* Delay assigning socket member to avoid DCHECK in destructor.rpaquay@chromium.org2014-07-311-2/+4
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-302-4/+4
* HID: fix missing has_report_id for Windowsjracle@logitech.com2014-07-301-0/+1
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-302-11/+24
* [usb_gadget p11] C++ test gadget bindings.reillyg@chromium.org2014-07-304-0/+589
* device/bluetooth: Move GATT observer methods to BluetoothAdapter::Observer.armansito@chromium.org2014-07-3017-415/+405
* Revert 286199 "Implement chrome.serial.getDevices() on top of th..."mpearson@chromium.org2014-07-292-23/+11
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-292-11/+23
* Revert 286122 "Implement chrome.serial.getDevices() on top of th..."serya@chromium.org2014-07-292-25/+8
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-292-8/+25
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-2812-52/+82
* Fix memory leak in HidServiceTest.Create from r285774tapted@chromium.org2014-07-281-1/+3
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-269-72/+99
* Re-enable various MSVC warnings.pkasting@chromium.org2014-07-261-1/+1
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-244-10/+0
* hid: Linux expects the report ID in the output report buffer.reillyg@chromium.org2014-07-231-5/+8
* bluetoothLowEnergy: Send onServiceAdded after all characteristics are discoveredarmansito@chromium.org2014-07-236-49/+77
* Encode all grit outputs in .gn filesbrettw@chromium.org2014-07-231-0/+57