d/patches: add 256readers.patch

This commit is contained in:
Oliver Smith 2022-11-09 14:18:24 +01:00
parent 5df45d2d5c
commit 3001bfcca0
2 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,11 @@
--- a/src/ccid_ifdhandler.h
+++ b/src/ccid_ifdhandler.h
@@ -47,7 +47,7 @@
* The maximum number of readers is also limited in pcsc-lite (16 by default)
* see the definition of PCSCLITE_MAX_READERS_CONTEXTS in src/PCSC/pcsclite.h
*/
-#define CCID_DRIVER_MAX_READERS 16
+#define CCID_DRIVER_MAX_READERS 255
/*
* CCID driver specific functions

View File

@ -1 +1,2 @@
256readers.patch
README