From d0c56816b64851132a46a1dc1689ee8952ee9301 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Fri, 16 Jun 2023 20:22:30 -0400 Subject: [PATCH 1/2] allow more retries --- src/opensuperclone/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opensuperclone/common.h b/src/opensuperclone/common.h index 51a1ab9..d339843 100644 --- a/src/opensuperclone/common.h +++ b/src/opensuperclone/common.h @@ -186,7 +186,7 @@ #define USB_RESET_TYPE_SOFT 2 #define USB_RESET_TYPE_HARD 0 -#define MAX_RETRIES 8 +#define MAX_RETRIES 1000 #define MAX_CLUSTERSIZE 65528 #define MAX_BLOCKSIZE 16 #define MIN_SECTORSIZE 256 From f949a800a20f888e4bc6f07126c9ec4361b4f26a Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Fri, 16 Jun 2023 20:22:39 -0400 Subject: [PATCH 2/2] remove ds_store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 873abb6..32d6254 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ Release package # Ignore IDE artifacts -# .vscode \ No newline at end of file +# .vscode +.DS_Store