aboutsummaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorRamanan Rajeswaran <ramanan@google.com>2012-02-27 12:00:45 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-27 12:00:45 -0800
commitc4ddca25e0a1b60453c7fe7b4b73a412d4a940eb (patch)
treeb100abc187fb2f3de0679c41470573a5c443e56f /fastboot
parentc958a7f4988f3dd98135b23619cdf55ec55bd1f6 (diff)
parentf1ab88c23460a608cd6d6f6492fb2b039405c0f2 (diff)
downloadsystem_core-c4ddca25e0a1b60453c7fe7b4b73a412d4a940eb.zip
system_core-c4ddca25e0a1b60453c7fe7b4b73a412d4a940eb.tar.gz
system_core-c4ddca25e0a1b60453c7fe7b4b73a412d4a940eb.tar.bz2
am f1ab88c2: am 73c019b3: Add asus vendor id
* commit 'f1ab88c23460a608cd6d6f6492fb2b039405c0f2': Add asus vendor id
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 2d28d59..af61f88 100644
--- a/fastboot/fastboot.c
+++ b/fastboot/fastboot.c
@@ -161,6 +161,7 @@ int match_fastboot(usb_ifc_info *info)
(info->dev_vendor != 0x0955) && // Nvidia
(info->dev_vendor != 0x413c) && // DELL
(info->dev_vendor != 0x2314) && // INQ Mobile
+ (info->dev_vendor != 0x0b05) && // Asus
(info->dev_vendor != 0x0bb4)) // HTC
return -1;
if(info->ifc_class != 0xff) return -1;