diff options
author | Alon Levy <alevy@redhat.com> | 2010-10-04 19:30:40 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-10-04 19:30:40 +0200 |
commit | 7a29efea794f8dec219dbd006a249fe67d644e07 (patch) | |
tree | 2e2e12e5fc66dd02761016e8736712e7e0cfcd14 | |
parent | 64a2abf048e83bae4b5a2ae1e3ba27c3841dd8e2 (diff) |
vcardt: fix accidentally reverted ATR to resupport windows
-rw-r--r-- | vcardt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, 0x66+(size), 0x00, 0xff, \ +#define VCARD_ATR_PREFIX(size) 0x3b, 0x76+(size), 0x13, 0x00, 0xff, \ 'V', 'C', 'A', 'R', 'D', '_' |