- extended length fully functional. fixed last problems with lengths and ccid descriptor.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@268 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-09-18 12:42:52 +00:00
parent 593c0ce77a
commit eee134d9c0
3 changed files with 36 additions and 26 deletions

View File

@@ -86,6 +86,9 @@ extern "C" {
#define CCID_SLOT4_CARD_PRESENT 0x40
#define CCID_SLOT4_CHANGED 0x80
#define CCID_EXT_APDU_MAX (4 + 3 + 0xffff + 3)
#define CCID_SHORT_APDU_MAX (4 + 1 + 0xff + 1)
struct ccid_class_descriptor {
__u8 bLength;
__u8 bDescriptorType;