From b6f8f0324e3bec1e0dd959a2c41b6a3386aa7d3c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 5 Feb 2012 18:36:01 +0100 Subject: common: Use correct model name in device list --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 793ba05..9a84188 100644 --- a/src/common.h +++ b/src/common.h @@ -166,7 +166,7 @@ static struct idevicerestore_device_t idevicerestore_devices[] = { { 7, "iPhone3,1", "N90AP", 0, 8930 }, { 8, "iPod4,1", "N81AP", 8, 8930 }, { 9, "AppleTV2,1", "K66AP", 10, 8930 }, - { 10, "iPhone3,1", "N92AP", 6, 8930 }, + { 10, "iPhone3,3", "N92AP", 6, 8930 }, { 11, "iPad2,1", "K93AP", 4, 8940 }, { 12, "iPad2,2", "K94AP", 6, 8940 }, { 13, "iPad2,3", "K95AP", 2, 8940 }, -- cgit v1.1-32-gdbae