diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 8f3208a..f62d599 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -46,6 +46,10 @@ extern "C" { | |||
| 46 | #define CPID_IPOD4G 8930 | 46 | #define CPID_IPOD4G 8930 |
| 47 | #define CPID_APPLETV2 8930 | 47 | #define CPID_APPLETV2 8930 |
| 48 | #define CPID_IPHONE42 8930 | 48 | #define CPID_IPHONE42 8930 |
| 49 | #define CPID_IPAD21 8940 | ||
| 50 | #define CPID_IPAD22 8940 | ||
| 51 | #define CPID_IPAD23 8940 | ||
| 52 | #define CPID_IPHONE4S 8940 | ||
| 49 | 53 | ||
| 50 | #define BDID_UNKNOWN -1 | 54 | #define BDID_UNKNOWN -1 |
| 51 | #define BDID_IPHONE2G 0 | 55 | #define BDID_IPHONE2G 0 |
| @@ -59,6 +63,10 @@ extern "C" { | |||
| 59 | #define BDID_IPOD4G 8 | 63 | #define BDID_IPOD4G 8 |
| 60 | #define BDID_APPLETV2 10 | 64 | #define BDID_APPLETV2 10 |
| 61 | #define BDID_IPHONE42 6 | 65 | #define BDID_IPHONE42 6 |
| 66 | #define BDID_IPAD21 4 | ||
| 67 | #define BDID_IPAD22 6 | ||
| 68 | #define BDID_IPAD23 2 | ||
| 69 | #define BDID_IPHONE4S 8 | ||
| 62 | 70 | ||
| 63 | #define DEVICE_UNKNOWN -1 | 71 | #define DEVICE_UNKNOWN -1 |
| 64 | #define DEVICE_IPHONE2G 0 | 72 | #define DEVICE_IPHONE2G 0 |
| @@ -72,6 +80,10 @@ extern "C" { | |||
| 72 | #define DEVICE_IPOD4G 8 | 80 | #define DEVICE_IPOD4G 8 |
| 73 | #define DEVICE_APPLETV2 9 | 81 | #define DEVICE_APPLETV2 9 |
| 74 | #define DEVICE_IPHONE42 10 | 82 | #define DEVICE_IPHONE42 10 |
| 83 | #define DEVICE_IPAD21 11 | ||
| 84 | #define DEVICE_IPAD22 12 | ||
| 85 | #define DEVICE_IPAD23 13 | ||
| 86 | #define DEVICE_IPHONE4S 14 | ||
| 75 | 87 | ||
| 76 | enum { | 88 | enum { |
| 77 | kRecoveryMode1 = 0x1280, | 89 | kRecoveryMode1 = 0x1280, |
