summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move SerialIoHandler into device/serial.sammc@chromium.org2014-07-078-0/+1319
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-0324-1030/+1205
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-0324-1205/+1030
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-0317-111/+150
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-0324-1030/+1205
* Convert SerialIoHandler to use Mojo types.sammc@chromium.org2014-07-028-15/+81
* Notify chrome.bluetooth.onDeviceRemoved listeners when Classic devices are re...isherman@chromium.org2014-07-026-93/+73
* Clean up BluetoothDiscoverySession a bit.isherman@chromium.org2014-07-024-17/+14
* Add more GN deps to the build.brettw@chromium.org2014-07-012-0/+40
* Add Bluetooth LE enumeration to adapter polling.rpaquay@chromium.org2014-06-286-15/+630
* device/bluetooth: Add device::BluetoothGattNotifySession.armansito@chromium.org2014-06-2716-49/+912
* Remove base/platform_file.*rvargas@chromium.org2014-06-241-3/+3
* Log errors in Linux HID from read, write and ioctl calls.reillyg@chromium.org2014-06-212-7/+13
* Make chrome/common compile in GNbrettw@chromium.org2014-06-202-0/+38
* Descriptive log for HID device open failure on Linux.reillyg@chromium.org2014-06-202-10/+12
* device/bluetooth: Implement BluetoothGattConnection on Chrome OS.armansito@chromium.org2014-06-208-2/+326
* device/bluetooth: Send GattServiceChanged event for new Chrc. properties.armansito@chromium.org2014-06-192-0/+26
* device/bluetooth: Introduce BluetoothGattConnection.armansito@chromium.org2014-06-1811-0/+116
* [Bluetooth] Improve the adapter's awareness of connected devices.isherman@chromium.org2014-06-1810-26/+92