Add USB Vendor ID for Xiaomi
Change-Id: I9f0622e05334a5074604bd88093172654b4c3e7d Signed-off-by: Gary Hua <huachengping@xiaomi.com>
This commit is contained in:
parent
df6d7666fd
commit
d3b69404a1
|
@ -137,6 +137,8 @@
|
|||
#define VENDOR_ID_HARRIS 0x19A5
|
||||
// OPPO's USB Vendor ID
|
||||
#define VENDOR_ID_OPPO 0x22D9
|
||||
// Xiaomi's USB Vendor ID
|
||||
#define VENDOR_ID_XIAOMI 0x2717
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -192,6 +194,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_ANYDATA,
|
||||
VENDOR_ID_HARRIS,
|
||||
VENDOR_ID_OPPO,
|
||||
VENDOR_ID_XIAOMI,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue