Add USB Vendor ID for Yulong Coolpad.
Bug: 6217375 Change-Id: I8931c42e8d3088cc4df8c6e56b323a7392cad5ef
This commit is contained in:
parent
bee7ce20a5
commit
246808bedf
|
@ -123,6 +123,8 @@
|
|||
#define VENDOR_ID_INQ_MOBILE 0x2314
|
||||
// Sony's USB Vendor ID
|
||||
#define VENDOR_ID_SONY 0x054C
|
||||
// Yulong Coolpad's USB Vendor ID
|
||||
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
|
||||
|
||||
/** built-in vendor list */
|
||||
int builtInVendorIds[] = {
|
||||
|
@ -170,6 +172,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_QUANTA,
|
||||
VENDOR_ID_INQ_MOBILE,
|
||||
VENDOR_ID_SONY,
|
||||
VENDOR_ID_YULONG_COOLPAD,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue