summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-09 09:38:16 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-09 09:40:48 -0800
commitef063fe3066153dab5389b6baba6cb4e36888106 (patch)
treef6f94753d695dae89291018a1cb8f191e0a5cbbb /fastboot
parent9fdf607c20f9610e442baa87cac5479c98f9d200 (diff)
parente25ff1c682ae5cc87af5e76de7e31a2702b620f3 (diff)
downloadsystem_core-ef063fe3066153dab5389b6baba6cb4e36888106.zip
system_core-ef063fe3066153dab5389b6baba6cb4e36888106.tar.gz
system_core-ef063fe3066153dab5389b6baba6cb4e36888106.tar.bz2
merge from open-source master
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/fastboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c
index c81222a..050f406 100644
--- a/fastboot/fastboot.c
+++ b/fastboot/fastboot.c
@@ -149,6 +149,7 @@ int match_fastboot(usb_ifc_info *info)
if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
(info->dev_vendor != 0x18d1) && // Google
(info->dev_vendor != 0x0451) &&
+ (info->dev_vendor != 0x0502) &&
(info->dev_vendor != 0x22b8) && // Motorola
(info->dev_vendor != 0x0bb4)) // HTC
return -1;