Opened 13 years ago
Closed 13 years ago
#171 closed enhancement (fixed)
NDS Card adding ATR for recognising Card
Reported by: | mantronix | Owned by: | mantronix |
---|---|---|---|
Priority: | minor | Component: | |
Severity: | medium | Keywords: | KabelBW |
Cc: | Sensitive: | no |
Description
I'm using an KabelBW Card (NDS V23) and added the ATR to reader-videoguard.c manually
KabelBW ATR:
3F FF 14 25 03 10 80 54 B0 01 69 FF 4A 50 70 00 00 4B 57 01 00 00
unsigned char atr_kbw[] = { 0x3F, 0xFF, 0x14, 0x25, 0x03, 0x10, 0x80, 0x54, 0xB0, 0x01, 0x69, 0xFF, 0x4A, 0x50, 0x70, 0x00, 0x00, 0x4B, 0x57, 0x01, 0x00, 0x00};
I didn't had the possiblity to test the card because i have no client to request
Change History (3)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Status: | assigned → new |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Committed in rev 1069