• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


Commit MetaInfo

修訂a99012573423ed7c871b0bc21226c0427fc4f96c (tree)
時間2016-09-27 23:08:09
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'cm/cm-13.0' into cm-13.0-x86

Change Summary

差異

--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -209,7 +209,8 @@ int match_fastboot_with_serial(usb_ifc_info *info, const char *local_serial)
209209 (info->dev_vendor != 0x2b4c) && // Zuk
210210 (info->dev_vendor != 0x2a96) && // MMX
211211 (info->dev_vendor != 0x19d2) && // ZTE
212- (info->dev_vendor != 0x2c3f)) // Nextbit
212+ (info->dev_vendor != 0x2c3f) && // Nextbit
213+ (info->dev_vendor != 0x1bbb)) // Alcatel
213214 return -1;
214215 if(info->ifc_class != 0xff) return -1;
215216 if(info->ifc_subclass != 0x42) return -1;