aboutsummaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-01-13 16:03:37 -0800
committerXavier Ducrohet <xav@android.com>2012-01-24 11:18:50 -0800
commit746f3243f6d30ab51a36dcfea76eac3ba29ac625 (patch)
treef80e778f7be71aa2cd26c4095b60ecd14431c609 /fastboot
parent4779e9344bb62208e4772ff6486b6df564f434b8 (diff)
downloadsystem_core-746f3243f6d30ab51a36dcfea76eac3ba29ac625.tar.gz
system_core-746f3243f6d30ab51a36dcfea76eac3ba29ac625.tar.bz2
system_core-746f3243f6d30ab51a36dcfea76eac3ba29ac625.zip
Add USB vendor IDs for Quanta, INQ and Sony.
Change-Id: I224e067d9a64e8e9e7afbad0760a4b07f965bf83
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 4a2de206..a069d339 100644
--- a/fastboot/fastboot.c
+++ b/fastboot/fastboot.c
@@ -157,6 +157,7 @@ int match_fastboot(usb_ifc_info *info)
(info->dev_vendor != 0x22b8) && // Motorola
(info->dev_vendor != 0x0955) && // Nvidia
(info->dev_vendor != 0x413c) && // DELL
+ (info->dev_vendor != 0x2314) && // INQ Mobile
(info->dev_vendor != 0x0bb4)) // HTC
return -1;
if(info->ifc_class != 0xff) return -1;