From f06b60e5c1f0ea3ebfdf5684cb884be5c49acee7 Mon Sep 17 00:00:00 2001 From: St3v3n-D Date: Sun, 31 Dec 2017 13:52:26 +0100 Subject: Fix iPod2,1 resolving from mismatched CPID (0x8920 --> 0x8720) --- src/libirecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libirecovery.c b/src/libirecovery.c index 4877c05..69b430c 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -140,7 +140,7 @@ static struct irecv_device irecv_devices[] = { {"iPhone10,5","d211ap", 0x0c, 0x8015 }, {"iPhone10,6","d221ap", 0x0e, 0x8015 }, {"iPod1,1", "n45ap", 0x02, 0x8900 }, - {"iPod2,1", "n72ap", 0x00, 0x8920 }, + {"iPod2,1", "n72ap", 0x00, 0x8720 }, {"iPod3,1", "n18ap", 0x02, 0x8922 }, {"iPod4,1", "n81ap", 0x08, 0x8930 }, {"iPod5,1", "n78ap", 0x00, 0x8942 }, -- cgit v1.1-32-gdbae