diff options
| author | 2017-12-31 13:52:26 +0100 | |
|---|---|---|
| committer | 2017-12-31 13:52:26 +0100 | |
| commit | f06b60e5c1f0ea3ebfdf5684cb884be5c49acee7 (patch) | |
| tree | f60248c4e3b839e8d7f0d98f87f1cc270b8b4a24 /src/libirecovery.c | |
| 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/libirecovery.c')
| -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[] = { | |||
| 140 | {"iPhone10,5","d211ap", 0x0c, 0x8015 }, | 140 | {"iPhone10,5","d211ap", 0x0c, 0x8015 }, |
| 141 | {"iPhone10,6","d221ap", 0x0e, 0x8015 }, | 141 | {"iPhone10,6","d221ap", 0x0e, 0x8015 }, |
| 142 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, | 142 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, |
| 143 | {"iPod2,1", "n72ap", 0x00, 0x8920 }, | 143 | {"iPod2,1", "n72ap", 0x00, 0x8720 }, |
| 144 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, | 144 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, |
| 145 | {"iPod4,1", "n81ap", 0x08, 0x8930 }, | 145 | {"iPod4,1", "n81ap", 0x08, 0x8930 }, |
| 146 | {"iPod5,1", "n78ap", 0x00, 0x8942 }, | 146 | {"iPod5,1", "n78ap", 0x00, 0x8942 }, |
