diff options
| author | 2024-01-04 15:59:54 +0100 | |
|---|---|---|
| committer | 2024-01-04 15:59:54 +0100 | |
| commit | 29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43 (patch) | |
| tree | 43fb398f74498ef24b31b549743d225d284bf009 /include | |
| parent | 15fdc6ae46884208ef060dc84e32daa15e20ded8 (diff) | |
| download | libirecovery-29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43.tar.gz libirecovery-29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43.tar.bz2 | |
Initialize KIS device in device callback
Also, print the detailed mode in irecovery -q and -m output.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 110 | unsigned int ap_nonce_size; | 110 | unsigned int ap_nonce_size; |
| 111 | unsigned char* sep_nonce; | 111 | unsigned char* sep_nonce; |
| 112 | unsigned int sep_nonce_size; | 112 | unsigned int sep_nonce_size; |
| 113 | uint16_t pid; | ||
| 113 | }; | 114 | }; |
| 114 | 115 | ||
| 115 | typedef enum { | 116 | typedef enum { |
