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:
commit
b27c682e28
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,8 @@
|
||||||
#define VENDOR_ID_TI 0x0451
|
#define VENDOR_ID_TI 0x0451
|
||||||
// Funai's USB Vendor ID
|
// Funai's USB Vendor ID
|
||||||
#define VENDOR_ID_FUNAI 0x0F1C
|
#define VENDOR_ID_FUNAI 0x0F1C
|
||||||
|
// Gigabyte's USB Vendor ID
|
||||||
|
#define VENDOR_ID_GIGABYTE 0x0414
|
||||||
|
|
||||||
|
|
||||||
/** built-in vendor list */
|
/** built-in vendor list */
|
||||||
|
|
@ -120,6 +122,7 @@ int builtInVendorIds[] = {
|
||||||
VENDOR_ID_PHILIPS,
|
VENDOR_ID_PHILIPS,
|
||||||
VENDOR_ID_TI,
|
VENDOR_ID_TI,
|
||||||
VENDOR_ID_FUNAI,
|
VENDOR_ID_FUNAI,
|
||||||
|
VENDOR_ID_GIGABYTE,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue