diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-11-08 16:11:17 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-11-08 16:11:17 -0800 |
commit | 436db2e382f0cf47bf3255783c12f35e5750cdf7 (patch) | |
tree | 7eca589aff734bc2c7af710f2202cc16555e19b7 /fastboot | |
parent | 4b328d3be37caaa155595473eaa5a6c73bd1794d (diff) | |
parent | e25ff1c682ae5cc87af5e76de7e31a2702b620f3 (diff) | |
download | core-436db2e382f0cf47bf3255783c12f35e5750cdf7.tar.gz core-436db2e382f0cf47bf3255783c12f35e5750cdf7.tar.bz2 core-436db2e382f0cf47bf3255783c12f35e5750cdf7.zip |
merge from open-source master
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/fastboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index c81222a82..1a0183f31 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -150,6 +150,7 @@ int match_fastboot(usb_ifc_info *info) (info->dev_vendor != 0x18d1) && // Google (info->dev_vendor != 0x0451) && (info->dev_vendor != 0x22b8) && // Motorola + (info->dev_vendor != 0x0502) && (info->dev_vendor != 0x0bb4)) // HTC return -1; if(info->ifc_class != 0xff) return -1; |