From 29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 4 Jan 2024 15:59:54 +0100 Subject: Initialize KIS device in device callback Also, print the detailed mode in irecovery -q and -m output. --- include/libirecovery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libirecovery.h b/include/libirecovery.h index 33879a4..9909f04 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -110,6 +110,7 @@ struct irecv_device_info { unsigned int ap_nonce_size; unsigned char* sep_nonce; unsigned int sep_nonce_size; + uint16_t pid; }; typedef enum { -- cgit v1.1-32-gdbae