summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libirecovery.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h
index 0118c8b..2a6862e 100644
--- a/include/libirecovery.h
+++ b/include/libirecovery.h
@@ -87,6 +87,11 @@ extern "C" {
87#define DEVICE_IPAD22 12 87#define DEVICE_IPAD22 12
88#define DEVICE_IPAD23 13 88#define DEVICE_IPAD23 13
89#define DEVICE_IPHONE4S 14 89#define DEVICE_IPHONE4S 14
90#define DEVICE_APPLETV31 15
91#define DEVICE_IPAD24 16
92#define DEVICE_IPAD31 17
93#define DEVICE_IPAD32 18
94#define DEVICE_IPAD33 19
90 95
91enum { 96enum {
92 kRecoveryMode1 = 0x1280, 97 kRecoveryMode1 = 0x1280,
@@ -184,7 +189,12 @@ static struct irecv_device irecv_devices[] = {
184 { 12, "iPad2,2", "k94ap", 0x06, 0x8940 }, 189 { 12, "iPad2,2", "k94ap", 0x06, 0x8940 },
185 { 13, "iPad2,3", "k95ap", 0x02, 0x8940 }, 190 { 13, "iPad2,3", "k95ap", 0x02, 0x8940 },
186 { 14, "iPhone4,1", "n94ap", 0x08, 0x8940 }, 191 { 14, "iPhone4,1", "n94ap", 0x08, 0x8940 },
187 { -1, NULL, NULL, -1, -1 } 192 { 15, "AppleTV3,1", "j33ap", 0x08, 0x8942 },
193 { 16, "iPad2,4", "k93aap",0x06, 0x9842 },
194 { 17, "iPad3,1", "j1ap", 0x00, 0x8945 },
195 { 18, "iPad3,2", "j2ap", 0x02, 0x8945 },
196 { 19, "iPad3,3", "j2aap", 0x04, 0x8945 },
197 { -1, NULL, NULL, -1, -1 }
188}; 198};
189 199
190void irecv_set_debug_level(int level); 200void irecv_set_debug_level(int level);