summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_report_descriptor_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Include raw HID report descriptor in HID device info.reillyg2015-01-131-312/+19
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* Fix type truncation warnings in HID code.pkasting2014-10-181-6/+6
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-5/+5
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-2/+2
* Store HID report sizes as uint16_t.reillyg2014-08-241-6/+6
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-281-4/+13
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-031-554/+370
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-031-370/+554
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-031-554/+370
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-251-0/+613