summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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