d/patches: add 256slots.patch

This commit is contained in:
Oliver Smith 2022-11-09 14:22:26 +01:00
parent 9da5749aac
commit 99aadc04dd
2 changed files with 12 additions and 0 deletions

11
debian/patches/256slots.patch vendored Normal file
View File

@ -0,0 +1,11 @@
--- a/src/PCSC/pcsclite.h.in
+++ b/src/PCSC/pcsclite.h.in
@@ -281,7 +281,7 @@ extern const SCARD_IO_REQUEST g_rgSCardT
#define PCSCLITE_VERSION_NUMBER "@VERSION@" /**< Current version */
/** Maximum readers context (a slot is count as a reader) */
-#define PCSCLITE_MAX_READERS_CONTEXTS 16
+#define PCSCLITE_MAX_READERS_CONTEXTS 256
#define MAX_READERNAME 128

View File

@ -0,0 +1 @@
256slots.patch