summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-10-05 17:58:01 +0200
committerAlon Levy <alevy@redhat.com>2010-10-05 17:58:01 +0200
commitb19fdeb1b709ba9bffc145dfa7bf875d113fa7bd (patch)
tree896098f9f95b5c06fcec93b9c2d20501bad216d6
parent7a29efea794f8dec219dbd006a249fe67d644e07 (diff)
vcardt: remove not really accidentally removed TA1 byte - fix is in the device, reporting different params in class descriptor (qemu usb-ccid v6)
-rw-r--r--vcardt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcardt.h b/vcardt.h
index 0b41708..e371451 100644
--- a/vcardt.h
+++ b/vcardt.h
@@ -28,7 +28,7 @@ typedef struct VCardEmulStruct VCardEmul;
#define MAX_CHANNEL 4
/* create an ATR with appropriate historical bytes */
-#define VCARD_ATR_PREFIX(size) 0x3b, 0x76+(size), 0x13, 0x00, 0xff, \
+#define VCARD_ATR_PREFIX(size) 0x3b, 0x66+(size), 0x00, 0xff, \
'V', 'C', 'A', 'R', 'D', '_'