* commit '6c65cd5db84361c66983903638ddb251762f9151': Add gionee USB vendor id.
This commit is contained in:
commit
cd0d593569
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,8 @@
|
|||
#define VENDOR_ID_GIGABYTE 0x0414
|
||||
// Gigaset's USB Vendor ID
|
||||
#define VENDOR_ID_GIGASET 0x1E85
|
||||
// GIONEE's USB Vendor ID
|
||||
#define VENDOR_ID_GIONEE 0x271D
|
||||
// Google's USB Vendor ID
|
||||
#define VENDOR_ID_GOOGLE 0x18d1
|
||||
// Haier's USB Vendor ID
|
||||
|
|
@ -210,6 +212,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_GARMIN_ASUS,
|
||||
VENDOR_ID_GIGABYTE,
|
||||
VENDOR_ID_GIGASET,
|
||||
VENDOR_ID_GIONEE,
|
||||
VENDOR_ID_GOOGLE,
|
||||
VENDOR_ID_HAIER,
|
||||
VENDOR_ID_HARRIS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue