system/core
Revisão | a99012573423ed7c871b0bc21226c0427fc4f96c (tree) |
---|---|
Hora | 2016-09-27 23:08:09 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Merge remote-tracking branch 'cm/cm-13.0' into cm-13.0-x86
@@ -209,7 +209,8 @@ int match_fastboot_with_serial(usb_ifc_info *info, const char *local_serial) | ||
209 | 209 | (info->dev_vendor != 0x2b4c) && // Zuk |
210 | 210 | (info->dev_vendor != 0x2a96) && // MMX |
211 | 211 | (info->dev_vendor != 0x19d2) && // ZTE |
212 | - (info->dev_vendor != 0x2c3f)) // Nextbit | |
212 | + (info->dev_vendor != 0x2c3f) && // Nextbit | |
213 | + (info->dev_vendor != 0x1bbb)) // Alcatel | |
213 | 214 | return -1; |
214 | 215 | if(info->ifc_class != 0xff) return -1; |
215 | 216 | if(info->ifc_subclass != 0x42) return -1; |