Merge "adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC."
This commit is contained in:
commit
8d9d362b0c
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,8 @@
|
||||||
#define VENDOR_ID_SK_TELESYS 0x1F53
|
#define VENDOR_ID_SK_TELESYS 0x1F53
|
||||||
// Smartisan's USB Vendor ID
|
// Smartisan's USB Vendor ID
|
||||||
#define VENDOR_ID_SMARTISAN 0x29a9
|
#define VENDOR_ID_SMARTISAN 0x29a9
|
||||||
|
// Sonim Tech's USB Vendor ID
|
||||||
|
#define VENDOR_ID_SONIM_TECH 0x1d9c
|
||||||
// Sony's USB Vendor ID
|
// Sony's USB Vendor ID
|
||||||
#define VENDOR_ID_SONY 0x054C
|
#define VENDOR_ID_SONY 0x054C
|
||||||
// Sony Ericsson's USB Vendor ID
|
// Sony Ericsson's USB Vendor ID
|
||||||
|
|
@ -261,6 +263,7 @@ int builtInVendorIds[] = {
|
||||||
VENDOR_ID_SHARP,
|
VENDOR_ID_SHARP,
|
||||||
VENDOR_ID_SK_TELESYS,
|
VENDOR_ID_SK_TELESYS,
|
||||||
VENDOR_ID_SMARTISAN,
|
VENDOR_ID_SMARTISAN,
|
||||||
|
VENDOR_ID_SONIM_TECH,
|
||||||
VENDOR_ID_SONY,
|
VENDOR_ID_SONY,
|
||||||
VENDOR_ID_SONY_ERICSSON,
|
VENDOR_ID_SONY_ERICSSON,
|
||||||
VENDOR_ID_T_AND_A,
|
VENDOR_ID_T_AND_A,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue