README: be more generic on the pcsc-lite configuration file.

This commit is contained in:
Romuald Conty 2011-02-02 14:20:16 +00:00
parent 91419f8ad3
commit 6f36352265

13
README
View file

@ -80,16 +80,17 @@ Touchatag/ACR122:
----------------- -----------------
If your Touchatag or ACR122 device fails being detected by PCSC-lite daemon If your Touchatag or ACR122 device fails being detected by PCSC-lite daemon
(pcsc_scan doesn't see anything) then try removing the bogus firmware detection (pcsc_scan doesn't see anything) then try removing the bogus firmware detection
of libccid: edit /etc/libccid_Info.plist and locate "<key>ifdDriverOptions</key>", of libccid: edit libccid_Info.plist configuration file (usually
turn "<string>0x0000</string>" value into 0x0004 to allow bogus devices and /etc/libccid_Info.plist) and locate "<key>ifdDriverOptions</key>", turn
restart pcscd daemon. "<string>0x0000</string>" value into 0x0004 to allow bogus devices and restart
pcscd daemon.
ACR122: ACR122:
------- -------
Using an ACR122 device with libnfc and without tag (e.g. to use NFCIP modes or Using an ACR122 device with libnfc and without tag (e.g. to use NFCIP modes or
card emulation) needs yet another PCSC-lite tweak: card emulation) needs yet another PCSC-lite tweak: You need to allow usage of
You need to allow usage of CCID Exchange command. CCID Exchange command. To do this, edit libccid_Info.plist configuration file
To do this, edit /etc/libccid_Info.plist and locate "<key>ifdDriverOptions</key>", (usually /etc/libccid_Info.plist) and locate "<key>ifdDriverOptions</key>",
turn "<string>0x0000</string>" value into 0x0001 to allow CCID exchange or turn "<string>0x0000</string>" value into 0x0001 to allow CCID exchange or
0x0005 to allow CCID exchange and bogus devices (cf previous remark) and 0x0005 to allow CCID exchange and bogus devices (cf previous remark) and
restart pcscd daemon. restart pcscd daemon.