# HG changeset patch # User Mychaela Falconia # Date 1559063364 0 # Node ID 0212edcec4d2be7235e413c8600f22b1efd64a75 # Parent 16918f89d8dcaf130514c6894bceb161ef44dde2 loadtools/flashid.c: added alt ID for 28F320C3T equiv in Mot C139 diff -r 16918f89d8dc -r 0212edcec4d2 loadtools/flashid.c --- 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},