From f60e8638282d66c108f1e1dea030856312f65892 Mon Sep 17 00:00:00 2001 From: "Wu, Hao" Date: Tue, 17 Jan 2012 12:04:11 -0800 Subject: adb,fastboot: add USB support for Intel Vendor ID This patch adds Intel USB Vendor ID into the support list for adb and fastboot. Signed-off-by: Wu, Hao Signed-off-by: Jack Ren --- fastboot/fastboot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastboot') diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 4a2de20..fe0af7a 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -150,6 +150,7 @@ int match_fastboot(usb_ifc_info *info) { if(!(vendor_id && (info->dev_vendor == vendor_id)) && (info->dev_vendor != 0x18d1) && // Google + (info->dev_vendor != 0x8087) && // Intel (info->dev_vendor != 0x0451) && (info->dev_vendor != 0x0502) && (info->dev_vendor != 0x0fce) && // Sony Ericsson -- cgit v1.1