am 0dce7d7e
: Merge "Add Gigabyte\'s USB vendor ID to adb."
* commit '0dce7d7e7294c3815594f7e561f8df9a858e0fab': Add Gigabyte's USB vendor ID to adb.
This commit is contained in:
commit
7da2397583
1 changed files with 3 additions and 0 deletions
|
@ -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]))
|
||||
|
|
Loading…
Reference in a new issue