summaryrefslogtreecommitdiffstats
path: root/device/hid
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-3/+3
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-2/+5
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-052-1/+18
* Update {virtual,override} to follow C++11 style in device.nick2015-04-233-18/+17
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-162-33/+14
* Pass reference to matching dictionary in device::HidServiceMac::Connect.reillyg2015-04-131-2/+10
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-032-4/+8
* Guard hid_service_win.h include with OS_WIN.gunsch2015-03-311-1/+1
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-234-18/+34
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-026-9/+76
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Log device/hid messages to chrome://device-log.reillyg2015-02-2410-56/+84
* Add more targets to GN check.brettw2015-02-201-0/+3
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-202-2/+19
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-3/+0
* Add more targets to "gn check"brettw2015-02-191-0/+3
* Enumerate HID devices asynchronously on Windows.reillyg2015-02-193-15/+74
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Include raw HID report descriptor in HID device info.reillyg2015-01-1315-536/+596
* Rename HidServiceLinux and HidConnectionLinux helper classes.reillyg2015-01-124-23/+27
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-0920-236/+287
* Create DeviceMonitorWin to manage device change notifications.reillyg2015-01-066-96/+34
* Standardize usage of virtual/override/final specifiers in device/.dcheng2014-12-222-4/+2
* Catch HID read errors on Linux and stop listening.reillyg2014-12-181-3/+8
* Catch failure to capture collection information from IOHIDDevice.reillyg2014-12-161-9/+22
* Enable USB gadget tests on OS X.reillyg2014-12-131-5/+31
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-1/+1
* Fix a race in the creation of HidConnectionLinux::Helper.reillyg2014-12-112-27/+24
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-097-75/+106
* Drop unused base/tuple.h inclusiontzik2014-12-091-1/+0
* Register for HID device notifications on Windows.reillyg2014-12-064-177/+139
* Add basic observer support to devices::HidService.reillyg2014-12-052-1/+23
* 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-031-3/+1
* Check for failure to create an IOHIDDevice object.reillyg2014-11-241-0/+11
* Linux: Dynamically load libudev.thestig2014-11-224-9/+3
* Add API tests for the chrome.hid API.reillyg2014-10-302-1/+10
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-298-32/+31
* Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...thestig2014-10-242-3/+3
* Standardize usage of virtual/override/final in device/dcheng2014-10-223-17/+16
* [gcc 4.x] Fix the build failure due to -Werror=char-subscriptsvivek.vg2014-10-201-2/+2
* Fix type truncation warnings in HID code.pkasting2014-10-188-37/+44
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-5/+5
* Open HID connections asynchronously.reillyg2014-10-168-99/+165
* Read HID report descriptor from sysfs and request permission on connect.reillyg2014-10-113-82/+96
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-0912-262/+282