This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d722d8
commit 0fb2894
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CCID
updated
30 files
+38 −10 | README | |
+11 −2 | configure.ac | |
+2 −2 | examples/scardcontrol.c | |
+48 −0 | readers/ACS_ACR1255U-J1.txt | |
+54 −0 | readers/ACS_CryptoMate_(T2).txt | |
+52 −0 | readers/ANCUD_CCID_USB_Reader_RNG.txt | |
+59 −0 | readers/DUALi_DE-620_Combi.txt | |
+56 −0 | readers/FT_CCID.txt | |
+56 −0 | readers/FT_CCID_KB.txt | |
+56 −0 | readers/FT_U2F_CCID.txt | |
+56 −0 | readers/FT_U2F_CCID_KB.txt | |
+322 −0 | readers/HID_OMNIKEY_5422.txt | |
+310 −0 | readers/InfoThink_IT-102MU_Reader.txt | |
+45 −0 | readers/Kapsch_TrafficCom_USB_SAM_reader.txt | |
+72 −0 | readers/MK_Technology_KeyPass_S1.txt | |
+49 −0 | readers/Morpho_ypsID_Key_E.txt | |
+104 −0 | readers/Mulann_PVT.txt | |
+172 −0 | readers/OMNIKEY_5321_CLi_USB.txt | |
+50 −0 | readers/Regula_RFID_Reader.txt | |
+49 −0 | readers/Spyrus_PocketVault_P-3X.txt | |
+51 −0 | readers/Unicept_AirID_USB.txt | |
+39 −1 | readers/supported_readers.txt | |
+1 −1 | src/Makefile.am | |
+15 −0 | src/ccid.c | |
+9 −0 | src/ccid.h | |
+27 −1 | src/ccid_serial.c | |
+59 −7 | src/ccid_usb.c | |
+3 −0 | src/commands.c | |
+5 −1 | src/ifdhandler.c | |
+1 −0 | src/reader.conf.in |