diff options
author | St3v3n-D | 2017-12-31 13:52:26 +0100 |
---|---|---|
committer | St3v3n-D | 2017-12-31 13:52:26 +0100 |
commit | f06b60e5c1f0ea3ebfdf5684cb884be5c49acee7 (patch) | |
tree | f60248c4e3b839e8d7f0d98f87f1cc270b8b4a24 /src | |
parent | 6b42b96ebfc92bd30471f3f19e16773a5cdc4cdb (diff) | |
download | libirecovery-f06b60e5c1f0ea3ebfdf5684cb884be5c49acee7.tar.gz libirecovery-f06b60e5c1f0ea3ebfdf5684cb884be5c49acee7.tar.bz2 |
Fix iPod2,1 resolving from mismatched CPID (0x8920 --> 0x8720)
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |