From d3198a50e51674e0ec19284f44f4aeb027d160a3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 21 Mar 2024 01:31:48 +0100 Subject: Add support for Port DFU Note: This does not allow restoring devices in Port DFU mode, this is handled in idevicerestore. --- tools/irecovery.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/irecovery.c b/tools/irecovery.c index 6303b55..955d3ca 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -90,6 +90,9 @@ static const char* mode_to_str(int mode) case IRECV_K_DFU_MODE: return "DFU"; break; + case IRECV_K_PORT_DFU_MODE: + return "Port DFU"; + break; case IRECV_K_WTF_MODE: return "WTF"; break; -- cgit v1.1-32-gdbae