summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* device/bluetooth: Add RegisterAudioSink method to Bluetooth adapter.mcchou2015-01-1510-20/+95
* Include raw HID report descriptor in HID device info.reillyg2015-01-1316-536/+598
* Mark UsbServiceImpl::UIThreadHelper as final.reillyg2015-01-131-1/+2
* Rename HidServiceLinux and HidConnectionLinux helper classes.reillyg2015-01-124-23/+27
* UsbDeviceHandleImpl must hold a scoped_refptr to UsbDeviceImpl.reillyg2015-01-102-4/+4
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-0920-236/+287
* Add support for sending a USB SET_CONFIGURATION request.reillyg2015-01-088-124/+134
* Stop using [Client=...] feature of Mojom for BatteryMonitordarin2015-01-085-25/+74
* bluetooth: BluetoothAdapterDeleter used to control BluetoothAdapter destruction.scheib2015-01-0810-2/+49
* Use DeviceMonitorWin to observe "UsbDevice" class devices.reillyg2015-01-081-1/+68
* Add GetConnectionInfo function for BluetoothDevice, replacing the existingtengs2015-01-0712-180/+160
* Add onDeviceAdded and onDeviceRemoved events to chrome.usb.reillyg2015-01-073-11/+18
* Add browser_tests to the GN build.brettw2015-01-072-4/+2
* Add an Observer interface to UsbService for device add/remove.reillyg2015-01-064-46/+73
* virtual/override specifier cleanup in device/battery/.gunsch2015-01-061-3/+3
* Create DeviceMonitorWin to manage device change notifications.reillyg2015-01-0610-96/+242
* Use USB hotplug events from libusb when possible.reillyg2015-01-052-38/+153
* Resolve two USB transfer handling regressions.reillyg2014-12-241-5/+9
* Fix android gn builds.Nico Weber2014-12-241-0/+7
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Standardize usage of virtual/override/final specifiers in device/.dcheng2014-12-224-6/+4
* Fix Java BatteryMonitor for Android WebView.ppi2014-12-191-3/+1
* remove some dead visual studio < 2013 codemostynb2014-12-191-4/+0
* Catch HID read errors on Linux and stop listening.reillyg2014-12-181-3/+8
* Rewrite the Android implementation of BatteryMonitor directly in Java.ppi2014-12-1811-340/+265
* No longer do the libudev loading hack in MSan builds.earthdok2014-12-162-15/+0
* Move mojo gypfiles to toplevel mojorockot2014-12-164-11/+11
* Catch failure to capture collection information from IOHIDDevice.reillyg2014-12-161-9/+22
* Enable USB gadget tests on OS X.reillyg2014-12-134-26/+52
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-1/+1
* Fix WeakPtrFactory member ordering in deviceanujk.sharma2014-12-122-3/+3
* Remove some device OWNERSKen Rockot2014-12-111-2/+0
* Drop the VibrationManager service mojo connection after use.timvolodine2014-12-112-11/+5
* Fix a race in the creation of HidConnectionLinux::Helper.reillyg2014-12-112-27/+24
* Fix USB build dependencydnicoara2014-12-101-0/+1
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-098-76/+106
* Drop unused base/tuple.h inclusiontzik2014-12-091-1/+0
* gn format // regressionsscottmg2014-12-083-11/+5
* bluetooth: Make device/bluetooth a shared library component.scheib2014-12-0624-34/+111
* Vibration API : migrate to device/vibration using mojo.timvolodine2014-12-0613-0/+455
* device/bluetooth: Add Bluetooth Audio Sink base class.mcchou2014-12-064-0/+149
* Register for HID device notifications on Windows.reillyg2014-12-064-177/+139
* Add basic observer support to devices::HidService.reillyg2014-12-052-1/+23
* Revert of bluetooth: Make device/bluetooth a shared library component. (patch...scheib2014-12-0524-97/+33
* MemorySanitizer: improve the udev dynamic loading hack.earthdok2014-12-052-1/+8
* bluetooth: Make device/bluetooth a shared library component.scheib2014-12-0524-33/+97
* Fix HID device remove events on Linux.reillyg2014-12-041-2/+2
* Migrate HidServiceWin and HidConnectionWin to BrowserThread::UI.reillyg2014-12-041-1/+0
* Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.reillyg2014-12-049-284/+490
* gn format // (the rest, except mojo)scottmg2014-12-035-43/+29