resolved conflicts for merge of 190cabb3
to master
This commit is contained in:
commit
3332d6e69d
|
@ -57,6 +57,8 @@
|
|||
#define VENDOR_ID_DELL 0x413c
|
||||
// Nvidia's USB Vendor ID
|
||||
#define VENDOR_ID_NVIDIA 0x0955
|
||||
// Garmin-Asus's USB Vendor ID
|
||||
#define VENDOR_ID_GARMIN_ASUS 0x091E
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -72,6 +74,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_FOXCONN,
|
||||
VENDOR_ID_DELL,
|
||||
VENDOR_ID_NVIDIA,
|
||||
VENDOR_ID_GARMIN_ASUS,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue