From 509f7399b8f246f506307b22039e63323ec09622 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Fri, 14 May 2010 14:48:30 -0700 Subject: [PATCH] fastboot: Add more vendor usb ids Change-Id: Ied48302b50412f27dcf49d40913e4b900f3bd153 Signed-off-by: Dima Zavin --- fastboot/fastboot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index bed30b2a3..f3bfbeba5 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -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