diff options
author | 2024-03-21 01:31:48 +0100 | |
---|---|---|
committer | 2024-03-21 01:31:48 +0100 | |
commit | d3198a50e51674e0ec19284f44f4aeb027d160a3 (patch) | |
tree | e6b33b0757ba9ed14e5fcafb67bb83e62990138f /include/libirecovery.h | |
parent | b55d215c25fd415b49430dc3c8423dde7d8f12aa (diff) | |
download | libirecovery-d3198a50e51674e0ec19284f44f4aeb027d160a3.tar.gz libirecovery-d3198a50e51674e0ec19284f44f4aeb027d160a3.tar.bz2 |
Add support for Port DFU
Note: This does not allow restoring devices in Port DFU mode, this is
handled in idevicerestore.
Diffstat (limited to 'include/libirecovery.h')
-rw-r--r-- | include/libirecovery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 7b89d1f..04892c4 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
@@ -43,7 +43,8 @@ enum irecv_mode { | |||
43 | IRECV_K_RECOVERY_MODE_3 = 0x1282, | 43 | IRECV_K_RECOVERY_MODE_3 = 0x1282, |
44 | IRECV_K_RECOVERY_MODE_4 = 0x1283, | 44 | IRECV_K_RECOVERY_MODE_4 = 0x1283, |
45 | IRECV_K_WTF_MODE = 0x1222, | 45 | IRECV_K_WTF_MODE = 0x1222, |
46 | IRECV_K_DFU_MODE = 0x1227 | 46 | IRECV_K_DFU_MODE = 0x1227, |
47 | IRECV_K_PORT_DFU_MODE = 0xf014 | ||
47 | }; | 48 | }; |
48 | 49 | ||
49 | typedef enum { | 50 | typedef enum { |