Skip to content

Commit

Permalink
resolved simple conflict with dc9cf66
Browse files Browse the repository at this point in the history
  • Loading branch information
Android Git Automerger committed Jan 22, 2010
2 parents 114e398 + dc9cf66 commit 20f410a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastboot/fastboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20f410a

Please sign in to comment.