diff options
| author | Wing Tseng <Wing_Tseng@pegatroncorp.com> | 2014-05-26 13:09:28 +0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-05-27 14:23:11 -0700 |
| commit | 56266c75e2089500c30fcbc97f0d46df47f87f00 (patch) | |
| tree | 918968f1634457eb9926ed1a6bbdb85951959787 /adb | |
| parent | 6e7343b8993fecb2f0600a9e5cff91dd4480a877 (diff) | |
| download | system_core-56266c75e2089500c30fcbc97f0d46df47f87f00.tar.gz system_core-56266c75e2089500c30fcbc97f0d46df47f87f00.tar.bz2 system_core-56266c75e2089500c30fcbc97f0d46df47f87f00.zip | |
adb: Add USB vendor ID for Unowhy
Change-Id: I8bab07734d5b6acb4d8ceaf45b0bab0723f5fe03
Signed-off-by: Wing Tseng <Wing_Tseng@pegatroncorp.com>
Diffstat (limited to 'adb')
| -rwxr-xr-x | adb/usb_vendors.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index 0357ced79..c7e0ad539 100755 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -172,6 +172,8 @@ #define VENDOR_ID_TI 0x0451 // Toshiba's USB Vendor ID #define VENDOR_ID_TOSHIBA 0x0930 +// Unowhy's USB Vendor ID +#define VENDOR_ID_UNOWHY 0x2A49 // Vizio's USB Vendor ID #define VENDOR_ID_VIZIO 0xE040 // Wacom's USB Vendor ID @@ -257,6 +259,7 @@ int builtInVendorIds[] = { VENDOR_ID_TELEEPOCH, VENDOR_ID_TI, VENDOR_ID_TOSHIBA, + VENDOR_ID_UNOWHY, VENDOR_ID_VIZIO, VENDOR_ID_WACOM, VENDOR_ID_XIAOMI, |
