Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Issue 502573002: Find HID report IDs in output and feature reports on Windows. (Closed)

Created:
6 years, 4 months ago by Reilly Grant (use Gerrit)
Modified:
6 years, 4 months ago
Reviewers:
rpaquay
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Find HID report IDs in output and feature reports on Windows. A device may only have HID output or feature reports. In this case we missed report IDs associated with this reports. This patch uses Window's HID descriptor parser to scan though all report types looking for HID collection information. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291553

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use unsigned types and move INITGUID to back to .cc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -43 lines) Patch
M device/hid/hid_service_win.h View 1 2 chunks +20 lines, -0 lines 0 comments Download
M device/hid/hid_service_win.cc View 1 3 chunks +69 lines, -43 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Reilly Grant (use Gerrit)
6 years, 4 months ago (2014-08-22 21:11:19 UTC) #1
rpaquay
https://codereview.chromium.org/502573002/diff/1/device/hid/hid_service_win.cc File device/hid/hid_service_win.cc (right): https://codereview.chromium.org/502573002/diff/1/device/hid/hid_service_win.cc#newcode162 device/hid/hid_service_win.cc:162: for (int i = 0; i < button_caps_length; i++) ...
6 years, 4 months ago (2014-08-22 21:36:31 UTC) #2
Reilly Grant (use Gerrit)
Switched to using unsigned types and moved the INITGUID #define back to hid_service_win.cc. https://codereview.chromium.org/502573002/diff/1/device/hid/hid_service_win.cc File ...
6 years, 4 months ago (2014-08-22 21:54:54 UTC) #3
rpaquay
lgtm
6 years, 4 months ago (2014-08-22 21:56:07 UTC) #4
Reilly Grant (use Gerrit)
The CQ bit was checked by reillyg@chromium.org
6 years, 4 months ago (2014-08-22 21:57:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reillyg@chromium.org/502573002/20001
6 years, 4 months ago (2014-08-22 22:00:41 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 23:30:38 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (20001) as 291553

Powered by Google App Engine
This is Rietveld 408576698