fastboot: Add more vendor usb ids
Change-Id: Ied48302b50412f27dcf49d40913e4b900f3bd153 Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
156b9f3d12
commit
509f7399b8
|
@ -150,6 +150,8 @@ int match_fastboot(usb_ifc_info *info)
|
|||
(info->dev_vendor != 0x18d1) && // Google
|
||||
(info->dev_vendor != 0x0451) &&
|
||||
(info->dev_vendor != 0x0502) &&
|
||||
(info->dev_vendor != 0x0fce) && // Sony Ericsson
|
||||
(info->dev_vendor != 0x05c6) && // Qualcomm
|
||||
(info->dev_vendor != 0x22b8) && // Motorola
|
||||
(info->dev_vendor != 0x0955) && // Nvidia
|
||||
(info->dev_vendor != 0x413c) && // DELL
|
||||
|
|
Loading…
Reference in New Issue