- added defines for pin modification
- debugging apdu and rapdu there where they are created - splitted pin block operations into several functions git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@26 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
#define DRIVER_PRODUCT_NUM 0x3010 /* KOBIL Class 3 Reader */
|
||||
static int vendorid = DRIVER_VENDOR_NUM;
|
||||
static int productid = DRIVER_PRODUCT_NUM;
|
||||
static int verbose = 1;
|
||||
static int debug = 1;
|
||||
static int verbose = 0;
|
||||
static int debug = 0;
|
||||
static int dohid = 0;
|
||||
static int doint = 0;
|
||||
int usb_reader_num = 0;
|
||||
|
||||
Reference in New Issue
Block a user