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

Issue 11344039: Adding USB ID vendor and product lookups. (Closed)

Created:
8 years, 1 month ago by Garret Kelly
Modified:
8 years ago
CC:
chromium-reviews, Aaron Boodman, pam+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Adding USB ID vendor and product lookups. This change adds a tool for generating the lookup table, a wrapper around the lookup table, and the build infrastructure required to invoke the rule when compiling. BUG=127302 TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171339

Patch Set 1 #

Patch Set 2 : Adding documentation strings. #

Total comments: 19

Patch Set 3 : Review changes. #

Total comments: 2

Patch Set 4 : Review changes. #

Patch Set 5 : Adding use_system_usbutils option. #

Total comments: 2

Patch Set 6 : Implementing Pawel's suggestion. #

Patch Set 7 : Adding OWNERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, --1 lines) Patch
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M device/device.gyp View 1 2 3 4 5 6 2 chunks +36 lines, -0 lines 0 comments Download
A + device/usb/OWNERS View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A device/usb/usb_ids.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A device/usb/usb_ids.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A device/usb/usb_ids_unittest.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A tools/usb_ids/usb_ids.py View 1 2 3 4 1 chunk +110 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Garret Kelly
This is the initial version, the DOX comments are TODOs.
8 years, 1 month ago (2012-10-30 20:35:47 UTC) #1
bryeung
I'm good with the UsbIds name. https://codereview.chromium.org/11344039/diff/3001/device/device.gyp File device/device.gyp (right): https://codereview.chromium.org/11344039/diff/3001/device/device.gyp#newcode73 device/device.gyp:73: 'type': '<(library)', should ...
8 years, 1 month ago (2012-10-31 15:01:27 UTC) #2
Garret Kelly
PTAL http://codereview.chromium.org/11344039/diff/3001/device/usb/usb_ids.cc File device/usb/usb_ids.cc (right): http://codereview.chromium.org/11344039/diff/3001/device/usb/usb_ids.cc#newcode11 device/usb/usb_ids.cc:11: using device::UsbProduct; > seems weird to have these ...
8 years, 1 month ago (2012-10-31 15:24:26 UTC) #3
bryeung
just the two last comments, lgtm http://codereview.chromium.org/11344039/diff/3001/device/device.gyp File device/device.gyp (right): http://codereview.chromium.org/11344039/diff/3001/device/device.gyp#newcode73 device/device.gyp:73: 'type': '<(library)', On ...
8 years, 1 month ago (2012-10-31 15:28:37 UTC) #4
Garret Kelly
Will commit once third_party/usb_ids change is approved. http://codereview.chromium.org/11344039/diff/3001/device/device.gyp File device/device.gyp (right): http://codereview.chromium.org/11344039/diff/3001/device/device.gyp#newcode73 device/device.gyp:73: 'type': '<(library)', ...
8 years, 1 month ago (2012-10-31 15:49:53 UTC) #5
Paweł Hajdan Jr.
Drive-by with comments about Linux-distro related bits. I appreciate that the initial version of the ...
8 years, 1 month ago (2012-10-31 19:03:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gdk@chromium.org/11344039/7009
8 years ago (2012-12-05 20:05:54 UTC) #7
commit-bot: I haz the power
Presubmit check for 11344039-7009 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-05 20:06:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gdk@chromium.org/11344039/20001
8 years ago (2012-12-05 20:12:31 UTC) #9
commit-bot: I haz the power
8 years ago (2012-12-05 22:41:20 UTC) #10
Message was sent while issue was closed.
Change committed as 171339

Powered by Google App Engine
This is Rietveld 408576698