summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-031-2/+4
* Log device/hid messages to chrome://device-log.reillyg2015-02-241-4/+5
* Enumerate HID devices asynchronously on Windows.reillyg2015-02-191-11/+61
* Include raw HID report descriptor in HID device info.reillyg2015-01-131-63/+62
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-18/+18
* Create DeviceMonitorWin to manage device change notifications.reillyg2015-01-061-55/+9
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-091-0/+2
* Register for HID device notifications on Windows.reillyg2014-12-061-142/+113
* Migrate HidServiceWin and HidConnectionWin to BrowserThread::UI.reillyg2014-12-041-1/+0
* Open HID connections asynchronously.reillyg2014-10-161-8/+19
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-091-3/+3
* Find HID report IDs in output and feature reports on Windows.reillyg@chromium.org2014-08-221-43/+69
* Fix HID input report sizes on Windows for devices without report IDs.reillyg@chromium.org2014-08-181-3/+6
* HID: fix missing has_report_id for Windowsjracle@logitech.com2014-07-301-0/+1
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-281-0/+10
* Remove HID devices not found during enumeration on Windows.reillyg@chromium.org2014-07-191-59/+77
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-031-28/+40
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-031-40/+28
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-031-28/+40
* chrome.hid (Win): fail to retrieve device info when used concurrentlyjracle@logitech.com2014-05-221-4/+18
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Fix Windows HID buffer errors.rockot@chromium.org2014-05-051-11/+1
* chrome.hid: Kill Windows jank on enumeration.rockot@chromium.org2014-05-021-14/+0
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-251-2/+3
* HID : read-only device access fallback when read/write failsjracle@logitech.com2014-04-241-1/+1
* HID devices : compute has_report_id when device reports HID buttons on Windowsjracle@logitech.com2014-04-041-11/+23
* Clean up HID backend and API.rockot@chromium.org2014-02-271-27/+34
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-2/+2
* HID backend.rockot@chromium.org2014-01-311-0/+240
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-240/+0
* HID backendikarienator@chromium.org2014-01-301-0/+240