Merge "Add razer usb vid for future use with adb"
This commit is contained in:
commit
452f08a0b7
1 changed files with 3 additions and 0 deletions
|
|
@ -158,6 +158,8 @@
|
|||
#define VENDOR_ID_QUALCOMM 0x05c6
|
||||
// Quanta's USB Vendor ID
|
||||
#define VENDOR_ID_QUANTA 0x0408
|
||||
// Razer's USB Vendor ID
|
||||
#define VENDOR_ID_RAZER 0x1532
|
||||
// Rockchip's USB Vendor ID
|
||||
#define VENDOR_ID_ROCKCHIP 0x2207
|
||||
// Samsung's USB Vendor ID
|
||||
|
|
@ -266,6 +268,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_QISDA,
|
||||
VENDOR_ID_QUALCOMM,
|
||||
VENDOR_ID_QUANTA,
|
||||
VENDOR_ID_RAZER,
|
||||
VENDOR_ID_ROCKCHIP,
|
||||
VENDOR_ID_SAMSUNG,
|
||||
VENDOR_ID_SHARP,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue