changeset 511:0212edcec4d2

loadtools/flashid.c: added alt ID for 28F320C3T equiv in Mot C139
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 May 2019 17:09:24 +0000
parents 16918f89d8dc
children b0f9d38bfd9e
files loadtools/flashid.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loadtools/flashid.c	Tue May 28 07:47:49 2019 +0000
+++ b/loadtools/flashid.c	Tue May 28 17:09:24 2019 +0000
@@ -122,7 +122,8 @@
 } device_id_table[] = {
 	/* AMD/Spansion devices */
 	{0x0001, 0x227E, amd_extended_id, 0},
-	/* 28F160C3T equivalent found in a C11x phone in the wild */
+	/* 28F160C3T and 28F320C3T equivalents found in some Mot C1xx phones */
+	{0x0020, 0x88BA, try_device, &flashdev_28F320C3T},
 	{0x0020, 0x88CE, try_device, &flashdev_28F160C3T},
 	/* Intel flash chips */
 	{0x0089, 0x8854, try_device, &flashdev_28F640W30T},