diff options
author | Nikias Bassen | 2024-03-21 01:31:48 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-21 01:31:48 +0100 |
commit | d3198a50e51674e0ec19284f44f4aeb027d160a3 (patch) | |
tree | e6b33b0757ba9ed14e5fcafb67bb83e62990138f /include | |
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')
-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 { IRECV_K_RECOVERY_MODE_3 = 0x1282, IRECV_K_RECOVERY_MODE_4 = 0x1283, IRECV_K_WTF_MODE = 0x1222, - IRECV_K_DFU_MODE = 0x1227 + IRECV_K_DFU_MODE = 0x1227, + IRECV_K_PORT_DFU_MODE = 0xf014 }; typedef enum { |