diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-06-23 20:34:30 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:00 -0300 |
commit | c00493b2b9377178dfb5c4a4ec2db9adcc874672 (patch) | |
tree | 35e3b553fb594982fa95ea3c69ead3042592f3bd /system/pcsc-lite/README | |
parent | d4fc1ce320adb3b436998344c2badd42a7ad132e (diff) | |
download | slackbuilds-c00493b2b9377178dfb5c4a4ec2db9adcc874672.tar.gz |
system/pcsc-lite: Updated for version 1.7.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/README')
-rw-r--r-- | system/pcsc-lite/README | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README index d718477afd..2123870c8c 100644 --- a/system/pcsc-lite/README +++ b/system/pcsc-lite/README @@ -3,16 +3,10 @@ Its purpose is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and readers. Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing -debug output messages. Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild" -produces API .pdf documentation (for ifd handlers only, mainly intended -for developers). +debug output messages. -pcsc-lite uses libhal for smart-card reader's detection, according to -upstream's advice. If you want to use usb polling, you can pass "HALD=0" -to the script when building in order to use libusb for detecting your -reader (be aware that, using libusb, if your reader can be managed at -the same time by the openct driver *and* by the pcsc-lite driver, so -you may experience some detection issues). +pcsc-lite no longer uses (deprecated) libhal for smart-card reader's +detection. By default libudev is used now. Please see README.SLACKWARE in pcsc-lite's documentation directory for notes. |