- 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:
frankmorgner
2010-01-23 21:37:52 +00:00
parent ca8e202b53
commit afeea72f23
3 changed files with 216 additions and 143 deletions

View File

@@ -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;