Merge "adb: Add USB vendor ID for Alco Digital Devices Limited"
This commit is contained in:
commit
c4ff03899d
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
/* Keep the list below sorted alphabetically by #define name */
|
/* Keep the list below sorted alphabetically by #define name */
|
||||||
// Acer's USB Vendor ID
|
// Acer's USB Vendor ID
|
||||||
#define VENDOR_ID_ACER 0x0502
|
#define VENDOR_ID_ACER 0x0502
|
||||||
|
// Alco's USB Vendor ID
|
||||||
|
#define VENDOR_ID_ALCO 0x1914
|
||||||
// Allwinner's USB Vendor ID
|
// Allwinner's USB Vendor ID
|
||||||
#define VENDOR_ID_ALLWINNER 0x1F3A
|
#define VENDOR_ID_ALLWINNER 0x1F3A
|
||||||
// Amlogic's USB Vendor ID
|
// Amlogic's USB Vendor ID
|
||||||
|
|
@ -202,6 +204,7 @@
|
||||||
/* Keep the list below sorted alphabetically */
|
/* Keep the list below sorted alphabetically */
|
||||||
int builtInVendorIds[] = {
|
int builtInVendorIds[] = {
|
||||||
VENDOR_ID_ACER,
|
VENDOR_ID_ACER,
|
||||||
|
VENDOR_ID_ALCO,
|
||||||
VENDOR_ID_ALLWINNER,
|
VENDOR_ID_ALLWINNER,
|
||||||
VENDOR_ID_AMLOGIC,
|
VENDOR_ID_AMLOGIC,
|
||||||
VENDOR_ID_ANYDATA,
|
VENDOR_ID_ANYDATA,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue