Use UsbIds::GetVendorName to retrieve USB vendor name.
commit43f9c3f62cb9faef5cd89eee48fd5e58e29a921f
authoryukawa <yukawa@chromium.org>
Fri, 3 Apr 2015 05:32:17 +0000 (2 22:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Apr 2015 05:33:09 +0000 (3 05:33 +0000)
treed06af667c8542c9f8c38e953f25fe8c7348a06e8
parent75b5fb357ecd8ff6febf1a5942f62651540a5e3d
Use UsbIds::GetVendorName to retrieve USB vendor name.

Chromium already has a mechanism to query USB vendor name from the
vender ID in device/usb/usb_ids.h.  All we need to do is just
to call device::UsbIds::GetVendorName() with the USB vendor ID.

BUG=472338
TEST=Manually done with KORG nanoKEY2 on Windows 8.1

Review URL: https://codereview.chromium.org/1047383002

Cr-Commit-Position: refs/heads/master@{#323635}
media/BUILD.gn
media/DEPS
media/media.gyp
media/midi/midi_manager_win.cc