summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* [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
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-2310-75/+26
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-2120-37/+859
* Enumerate Bluetooth LE services and expose them to chrome.bluetooth API.rpaquay@chromium.org2014-07-2014-116/+425
* Remove HID devices not found during enumeration on Windows.reillyg@chromium.org2014-07-193-59/+82
* Revert of Revert of Change SPACEPARITY in the Windows serial api implementati...gab@chromium.org2014-07-181-1/+1
* Revert of Change SPACEPARITY in the Windows serial api implementation to ODDP...gab@chromium.org2014-07-181-1/+1
* Change SPACEPARITY in the Windows serial api implementation to ODDPARITY.sammc@chromium.org2014-07-181-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-1/+1
* Devices: Remove MTP functions that use file paths.thestig@chromium.org2014-07-174-173/+10
* Monitor udev for hidraw devices instead of hid devices.reillyg@chromium.org2014-07-172-59/+12
* Cleanup: Remove unnecessary uses of direct_dependent_settings.tfarina@chromium.org2014-07-171-8/+3
* Add gcm, nfc and bluetooth to GN build.brettw@chromium.org2014-07-164-0/+198
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-161-26/+26
* Update some Mac Bluetooth TODOs.isherman@chromium.org2014-07-161-14/+11
* Pull buildtools to get GN r282653brettw@chromium.org2014-07-141-2/+0
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-114-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-114-8/+144
* Delay load "setupapi.dll" for Bluetooth (on Windows).rpaquay@chromium.org2014-07-101-0/+1
* Revert 282212 "Retrieve "connected" property from BLE devices."horo@chromium.org2014-07-104-144/+8
* Revert 282286 "Expose "visible" and "authenticated" properties."horo@chromium.org2014-07-104-17/+2
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-104-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-104-8/+144
* Add unit tests for DeviceRegistryPropertyValue.rpaquay@chromium.org2014-07-093-46/+110
* Refactor tcp socket.byungchul@chromium.org2014-07-091-0/+1
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-1/+1
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-0911-4/+173
* Fix buffer overrun in Bluetooth LE code.rpaquay@chromium.org2014-07-091-2/+4