* commit 'b27c682e28a01b18f7506a9b35222453058107ad': Add Gigabyte's USB vendor ID to adb.
This commit is contained in:
commit
0efe2f2f11
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