Skip to content

Commit

Permalink
resolved conflicts for merge of 20f410a to master
Browse files Browse the repository at this point in the history
Change-Id: I187f29848c223c8c548323e0fa20ea0f3b8a3909
  • Loading branch information
Jean-Baptiste Queru committed Jan 28, 2010
2 parents 9aa6b04 + 20f410a commit 2f3d96e
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 @@ -152,6 +152,7 @@ int match_fastboot(usb_ifc_info *info)
(info->dev_vendor != 0x0502) &&
(info->dev_vendor != 0x22b8) && // Motorola
(info->dev_vendor != 0x0955) && // Nvidia
(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 2f3d96e

Please sign in to comment.