am f5144d34: Add Gigabyte\'s USB vendor ID to adb.

* commit 'f5144d34fac074b134722b1fdb6149eb11eff420':
  Add Gigabyte's USB vendor ID to adb.
This commit is contained in:
Joe Bass 2011-05-20 15:06:56 -07:00 committed by Android Git Automerger
commit b27c682e28
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,8 @@
#define VENDOR_ID_TI 0x0451
// Funai's USB Vendor ID
#define VENDOR_ID_FUNAI 0x0F1C
// Gigabyte's USB Vendor ID
#define VENDOR_ID_GIGABYTE 0x0414
/** built-in vendor list */
@ -120,6 +122,7 @@ int builtInVendorIds[] = {
VENDOR_ID_PHILIPS,
VENDOR_ID_TI,
VENDOR_ID_FUNAI,
VENDOR_ID_GIGABYTE,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))