summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorAndroid Git Automerger <android-git-automerger@android.com>2010-01-21 18:06:39 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-01-21 18:06:39 -0800
commit20f410a41890113de126680518c13cdab359c66d (patch)
tree9da9343c319bdc3dd84a8d314f801ef0016258b2 /fastboot
parent114e398f66bf5d521721abfa1933dc989bb5a135 (diff)
parentdc9cf66c6e470f0ebcd77006e3f549c338ab4fab (diff)
downloadsystem_core-20f410a41890113de126680518c13cdab359c66d.zip
system_core-20f410a41890113de126680518c13cdab359c66d.tar.gz
system_core-20f410a41890113de126680518c13cdab359c66d.tar.bz2
resolved simple conflict with dc9cf66c
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 1a0183f..1308f26 100644
--- a/fastboot/fastboot.c
+++ b/fastboot/fastboot.c
@@ -151,6 +151,7 @@ int match_fastboot(usb_ifc_info *info)
(info->dev_vendor != 0x0451) &&
(info->dev_vendor != 0x22b8) && // Motorola
(info->dev_vendor != 0x0502) &&
+ (info->dev_vendor != 0x413c) && // DELL
(info->dev_vendor != 0x0bb4)) // HTC
return -1;
if(info->ifc_class != 0xff) return -1;