From 37f5d069739fdc1d7db9eb7caac816cae0d69b9c Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Tue, 7 Aug 2012 13:57:54 +0200 Subject: Update device table --- src/devices.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/devices.c b/src/devices.c index cb1e05d..ab7e4b1 100644 --- a/src/devices.c +++ b/src/devices.c @@ -35,24 +35,25 @@ * n800 0421:04c3 0421:0431 * n810 0421:0105 * n900 0421:0106 0421:0105 0421:01c8 0421:01c7 0421:01c8 + * n950 0421:0105 0421:01c8 * * mode images protocol * omap-rom 2nd, secondary OMAP messages + Nokia X-Loader protocol * nolo all except mmc NOLO - * flash-mode mmc MK II + * flash-mode all except rootfs Mk II * mass-storage sd, first emmc Standard USB Mass Storage - * pc-suite mmc MK II + * pc-suite all except rootfs Mk II * */ struct devices supported_devices[SUPPORTED_DEVICES] = { - { "FFFF", 0x0000, 0x0000, FLASH_NORMAL }, // dummy - { "unkn", 0x0421, 0x3f00, FLASH_NORMAL }, // probably a development board - { "n800", 0x0421, 0x04c3, FLASH_NORMAL }, // n800 - { "770/n810/n900", 0x0421, 0x0105, FLASH_NORMAL }, // 770, n810, n900 - { "n900", 0x0421, 0x0106, FLASH_COLD }, // n900 cold flashing - { "n900", 0x0421, 0x01c8, FLASH_MKII }, // n900 mmc flashing - { "770/n800", 0x0421, 0x0431, FLASH_DISK }, // 770, n800 usb mass storage - { "n900", 0x0421, 0x01c7, FLASH_DISK }, // n900 usb mass storage + { "FFFF", 0x0000, 0x0000, FLASH_NORMAL }, // dummy + { "unkn", 0x0421, 0x3f00, FLASH_NORMAL }, // probably a development board + { "n800", 0x0421, 0x04c3, FLASH_NORMAL }, // n800 + { "770/n810/n900/n950", 0x0421, 0x0105, FLASH_NORMAL }, // 770, n810, n900, n950 + { "n900", 0x0421, 0x0106, FLASH_COLD }, // n900 cold flashing + { "n900/n950", 0x0421, 0x01c8, FLASH_MKII }, // n900 mmc flashing, n950 full flashing + { "770/n800", 0x0421, 0x0431, FLASH_DISK }, // 770, n800 usb mass storage + { "n900", 0x0421, 0x01c7, FLASH_DISK }, // n900 usb mass storage { NULL }, { NULL } }; -- cgit v1.2.3