summaryrefslogtreecommitdiffstats
path: root/src/libirecovery.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-12-03 23:07:58 +0100
committerGravatar Martin Szulecki2013-12-03 23:07:58 +0100
commit3687ea11271b79fb2643c8f041490544c17c5e58 (patch)
treedbb7f79e06ad67ac835dcf17d5cddff853b3b596 /src/libirecovery.c
parentfe0c96c9a6bdef1282cef60fbbcb38b246d1fe69 (diff)
downloadlibirecovery-3687ea11271b79fb2643c8f041490544c17c5e58.tar.gz
libirecovery-3687ea11271b79fb2643c8f041490544c17c5e58.tar.bz2
libirecovery: Fix wrong chip_id for iPod Touch 2G in device map
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r--src/libirecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 5bf76da..95a6bdd 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -93,7 +93,7 @@ static struct irecv_device irecv_devices[] = {
93 {"iPhone6,1", "n51ap", 0x00, 0x8960 }, 93 {"iPhone6,1", "n51ap", 0x00, 0x8960 },
94 {"iPhone6,2", "n53ap", 0x02, 0x8960 }, 94 {"iPhone6,2", "n53ap", 0x02, 0x8960 },
95 {"iPod1,1", "n45ap", 0x02, 0x8900 }, 95 {"iPod1,1", "n45ap", 0x02, 0x8900 },
96 {"iPod2,1", "n72ap", 0x00, 0x8720 }, 96 {"iPod2,1", "n72ap", 0x00, 0x8920 },
97 {"iPod3,1", "n18ap", 0x02, 0x8922 }, 97 {"iPod3,1", "n18ap", 0x02, 0x8922 },
98 {"iPod4,1", "n81ap", 0x08, 0x8930 }, 98 {"iPod4,1", "n81ap", 0x08, 0x8930 },
99 {"iPod5,1", "n78ap", 0x00, 0x8942 }, 99 {"iPod5,1", "n78ap", 0x00, 0x8942 },