From: pwpiwi Date: Mon, 28 Jan 2019 20:54:34 +0000 (+0100) Subject: Add support for standard USB Smartcard Readers (#765) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a9104f7e31d6c134f9772fef6df2156ed06c9e78?hp=a9104f7e31d6c134f9772fef6df2156ed06c9e78;ds=sidebyside Add support for standard USB Smartcard Readers (#765) * add PCSC interface (pcsc.c and pcsc.h) * new command 'sc select' to choose an USB Smartcard Reader * updated CI/.travis.yml accordingly * remove TCK CRC check in i2c.c It is done in PrintATR() anyway * Fix TCK CRC check in PrintATR() * Add PCSC reader support to 'sc info' ---