summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_connection_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Update {virtual,override} to follow C++11 style in device.nick2015-04-231-3/+3
* 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-241-4/+5
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-201-2/+13
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-3/+3
* Register for HID device notifications on Windows.reillyg2014-12-061-19/+3
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Fix type truncation warnings in HID code.pkasting2014-10-181-4/+5
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-0/+3
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-2/+2
* hid: Don't interpret the report ID from incoming feature reports.reillyg2014-10-041-4/+1
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* Remove implicit HANDLE conversions from device.rvargas2014-09-291-3/+3
* Don't pass buffers to HidConnection::Read because it knows the size.reillyg2014-08-261-114/+107
* Fix HID input report sizes on Windows for devices without report IDs.reillyg@chromium.org2014-08-181-8/+8
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-281-3/+11
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-031-88/+44
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-031-44/+88
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-031-88/+44
* Fix Windows HID buffer errors.rockot@chromium.org2014-05-051-17/+20
* HID : read-only device access fallback when read/write failsjracle@logitech.com2014-04-241-0/+12
* Clean up HID backend and API.rockot@chromium.org2014-02-271-146/+155
* HID backend.rockot@chromium.org2014-01-311-0/+279
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-279/+0
* HID backendikarienator@chromium.org2014-01-301-0/+279