comparison loadtools/flashid.c @ 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 c942be3c7997
children 9a478d33b3ca
comparison
equal deleted inserted replaced
510:16918f89d8dc 511:0212edcec4d2
120 int (*handler)(); 120 int (*handler)();
121 void *extra_arg; 121 void *extra_arg;
122 } device_id_table[] = { 122 } device_id_table[] = {
123 /* AMD/Spansion devices */ 123 /* AMD/Spansion devices */
124 {0x0001, 0x227E, amd_extended_id, 0}, 124 {0x0001, 0x227E, amd_extended_id, 0},
125 /* 28F160C3T equivalent found in a C11x phone in the wild */ 125 /* 28F160C3T and 28F320C3T equivalents found in some Mot C1xx phones */
126 {0x0020, 0x88BA, try_device, &flashdev_28F320C3T},
126 {0x0020, 0x88CE, try_device, &flashdev_28F160C3T}, 127 {0x0020, 0x88CE, try_device, &flashdev_28F160C3T},
127 /* Intel flash chips */ 128 /* Intel flash chips */
128 {0x0089, 0x8854, try_device, &flashdev_28F640W30T}, 129 {0x0089, 0x8854, try_device, &flashdev_28F640W30T},
129 {0x0089, 0x8855, try_device, &flashdev_28F640W30B}, 130 {0x0089, 0x8855, try_device, &flashdev_28F640W30B},
130 {0x0089, 0x8864, try_device, &flashdev_28F640W30T}, 131 {0x0089, 0x8864, try_device, &flashdev_28F640W30T},