diff options
author | gdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 22:41:18 +0000 |
---|---|---|
committer | gdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 22:41:18 +0000 |
commit | 25d2b1394d6623eabe814c8287c66d4345d2abbe (patch) | |
tree | 1a9de6d8738e8330fb9af9158000b40d84ef12bb /device/usb/OWNERS | |
parent | 13a016d52277755897c27502160a0bfbfb69e455 (diff) | |
download | chromium_src-25d2b1394d6623eabe814c8287c66d4345d2abbe.zip chromium_src-25d2b1394d6623eabe814c8287c66d4345d2abbe.tar.gz chromium_src-25d2b1394d6623eabe814c8287c66d4345d2abbe.tar.bz2 |
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
Review URL: https://chromiumcodereview.appspot.com/11344039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/usb/OWNERS')
-rw-r--r-- | device/usb/OWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/usb/OWNERS b/device/usb/OWNERS new file mode 100644 index 0000000..2ffd61a --- /dev/null +++ b/device/usb/OWNERS @@ -0,0 +1,2 @@ +gdk@chromium.org +bryeung@chromium.org |