diff options
author | Xavier Ducrohet <xav@android.com> | 2012-01-24 11:29:50 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-24 11:29:50 -0800 |
commit | 0c05409510037fd7372c3fe7ab240ebf33b15831 (patch) | |
tree | caa494c517fb0c01e62b08fcef7381017654666f /fastboot | |
parent | 70580b20bc8485002df0b3e89e42754c8c9796ff (diff) | |
parent | 746f3243f6d30ab51a36dcfea76eac3ba29ac625 (diff) | |
download | system_core-0c05409510037fd7372c3fe7ab240ebf33b15831.zip system_core-0c05409510037fd7372c3fe7ab240ebf33b15831.tar.gz system_core-0c05409510037fd7372c3fe7ab240ebf33b15831.tar.bz2 |
am 746f3243: Add USB vendor IDs for Quanta, INQ and Sony.
* commit '746f3243f6d30ab51a36dcfea76eac3ba29ac625':
Add USB vendor IDs for Quanta, INQ and Sony.
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 fe0af7a..fb7ac4d 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -158,6 +158,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; |