commit | a7f6e015a5cf2ac85549fe676d6641caf6af1291 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 28 15:31:51 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 28 15:31:51 2013 +0000 |
tree | 660eca68c89f59c95de51189cb6ad16ab9286c69 | |
parent | 2e5157fa05dca31b2d409c185a6ca5230182503d [diff] | |
parent | 48c5d7b6cd805ea859960f9859b424b5a9a52666 [diff] |
Merge "correct msi usb vendor id."
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index 4c0eec5..19b3022 100644 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c
@@ -156,7 +156,7 @@ // ECS's USB Vendor ID #define VENDOR_ID_ECS 0x03fc // MSI's USB Vendor ID -#define VENDOR_ID_MSI 0x1462 +#define VENDOR_ID_MSI 0x0DB0 // Wacom's USB Vendor ID #define VENDOR_ID_WACOM 0x0531