summaryrefslogtreecommitdiffstats
path: root/include/libirecovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libirecovery.h')
-rw-r--r--include/libirecovery.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h
index 781123b..9b9ee01 100644
--- a/include/libirecovery.h
+++ b/include/libirecovery.h
@@ -59,6 +59,7 @@ extern "C" {
59#define CPID_IPAD32 0x8945 59#define CPID_IPAD32 0x8945
60#define CPID_IPAD33 0x8945 60#define CPID_IPAD33 0x8945
61#define CPID_IPHONE5 0x8950 61#define CPID_IPHONE5 0x8950
62#define CPID_IPOD5G 0x8942
62 63
63#define BDID_UNKNOWN -1 64#define BDID_UNKNOWN -1
64#define BDID_IPHONE2G 0x00 65#define BDID_IPHONE2G 0x00
@@ -83,6 +84,7 @@ extern "C" {
83#define BDID_IPAD33 0x04 84#define BDID_IPAD33 0x04
84#define BDID_IPHONE51 0x00 85#define BDID_IPHONE51 0x00
85#define BDID_IPHONE52 0x02 86#define BDID_IPHONE52 0x02
87#define BDID_IPOD5G 0x00
86 88
87#define DEVICE_UNKNOWN -1 89#define DEVICE_UNKNOWN -1
88#define DEVICE_IPHONE2G 0 90#define DEVICE_IPHONE2G 0
@@ -107,6 +109,7 @@ extern "C" {
107#define DEVICE_IPAD33 19 109#define DEVICE_IPAD33 19
108#define DEVICE_IPHONE51 20 110#define DEVICE_IPHONE51 20
109#define DEVICE_IPHONE52 21 111#define DEVICE_IPHONE52 21
112#define DEVICE_IPOD5G 22
110 113
111enum { 114enum {
112 kRecoveryMode1 = 0x1280, 115 kRecoveryMode1 = 0x1280,
@@ -211,6 +214,7 @@ static struct irecv_device irecv_devices[] = {
211 { 19, "iPad3,3", "j2aap", 0x04, 0x8945 }, 214 { 19, "iPad3,3", "j2aap", 0x04, 0x8945 },
212 { 20, "iPhone5,1", "n41ap", 0x00, 0x8950 }, 215 { 20, "iPhone5,1", "n41ap", 0x00, 0x8950 },
213 { 21, "iPhone5,2", "n42ap", 0x02, 0x8950 }, 216 { 21, "iPhone5,2", "n42ap", 0x02, 0x8950 },
217 { 22, "iPod5,1", "n78ap", 0x00, 0x8942 },
214 { -1, NULL, NULL, -1, -1 } 218 { -1, NULL, NULL, -1, -1 }
215}; 219};
216 220