From 6f363522655aa5879fe6175c1ab1e68194565a3f Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 2 Feb 2011 14:20:16 +0000 Subject: [PATCH] README: be more generic on the pcsc-lite configuration file. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index f9ce87d..dc44d2e 100644 --- a/README +++ b/README @@ -80,16 +80,17 @@ Touchatag/ACR122: ----------------- 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 -of libccid: edit /etc/libccid_Info.plist and locate "ifdDriverOptions", -turn "0x0000" value into 0x0004 to allow bogus devices and -restart pcscd daemon. +of libccid: edit libccid_Info.plist configuration file (usually +/etc/libccid_Info.plist) and locate "ifdDriverOptions", turn +"0x0000" value into 0x0004 to allow bogus devices and restart +pcscd daemon. ACR122: ------- Using an ACR122 device with libnfc and without tag (e.g. to use NFCIP modes or -card emulation) needs yet another PCSC-lite tweak: -You need to allow usage of CCID Exchange command. -To do this, edit /etc/libccid_Info.plist and locate "ifdDriverOptions", +card emulation) needs yet another PCSC-lite tweak: You need to allow usage of +CCID Exchange command. To do this, edit libccid_Info.plist configuration file +(usually /etc/libccid_Info.plist) and locate "ifdDriverOptions", turn "0x0000" value into 0x0001 to allow CCID exchange or 0x0005 to allow CCID exchange and bogus devices (cf previous remark) and restart pcscd daemon.