diff options
author | Martin Szulecki | 2012-07-04 21:54:42 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-04 21:54:42 +0200 |
commit | c1b7e23a7bb2be63abbe37eace59f7200107b5fd (patch) | |
tree | 23e6acdab74110380b729d86b633b86bc44b1695 | |
parent | 33af6a194fadb75e03d72384a8d3b14a9668ccf3 (diff) | |
download | libirecovery-c1b7e23a7bb2be63abbe37eace59f7200107b5fd.tar.gz libirecovery-c1b7e23a7bb2be63abbe37eace59f7200107b5fd.tar.bz2 |
Correct CPID for iPad2,4
-rw-r--r-- | include/libirecovery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index a5039d9..27b292b 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -200,7 +200,7 @@ static struct irecv_device irecv_devices[] = { { 13, "iPad2,3", "k95ap", 0x02, 0x8940 }, { 14, "iPhone4,1", "n94ap", 0x08, 0x8940 }, { 15, "AppleTV3,1", "j33ap", 0x08, 0x8942 }, - { 16, "iPad2,4", "k93aap",0x06, 0x9842 }, + { 16, "iPad2,4", "k93aap",0x06, 0x8942 }, { 17, "iPad3,1", "j1ap", 0x00, 0x8945 }, { 18, "iPad3,2", "j2ap", 0x02, 0x8945 }, { 19, "iPad3,3", "j2aap", 0x04, 0x8945 }, |