diff options
| author | 2012-07-04 21:17:50 +0200 | |
|---|---|---|
| committer | 2012-07-04 21:17:50 +0200 | |
| commit | 91685ab35d781877724e78da5a3c505478906ce5 (patch) | |
| tree | f939bfc0fc2620ad22ef00eba10c697cf9498704 /include | |
| parent | 737506dd7462036bd5edd7cf69c4f1fa100afebb (diff) | |
| download | libirecovery-91685ab35d781877724e78da5a3c505478906ce5.tar.gz libirecovery-91685ab35d781877724e78da5a3c505478906ce5.tar.bz2 | |
Add new AppleTV 3G and iPad 3 variants support
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 12 |
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 | ||
| 91 | enum { | 96 | enum { |
| 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 | ||
| 190 | void irecv_set_debug_level(int level); | 200 | void irecv_set_debug_level(int level); |
