diff options
author | Android Git Automerger <android-git-automerger@android.com> | 2010-01-21 18:06:39 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-01-21 18:06:39 -0800 |
commit | 20f410a41890113de126680518c13cdab359c66d (patch) | |
tree | 9da9343c319bdc3dd84a8d314f801ef0016258b2 /fastboot | |
parent | 114e398f66bf5d521721abfa1933dc989bb5a135 (diff) | |
parent | dc9cf66c6e470f0ebcd77006e3f549c338ab4fab (diff) | |
download | core-20f410a41890113de126680518c13cdab359c66d.tar.gz core-20f410a41890113de126680518c13cdab359c66d.tar.bz2 core-20f410a41890113de126680518c13cdab359c66d.zip |
resolved simple conflict with dc9cf66c
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 1a0183f31..1308f26ec 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; |