summaryrefslogtreecommitdiffstats
path: root/system/pcsc-lite/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2011-01-08 14:15:54 -0200
committer Robby Workman <rworkman@slackbuilds.org>2011-01-10 15:04:23 -0600
commit0837c6a0848489a461f25a7fdf04eee6e11047e1 (patch)
treeb66910465a6eb24ff3fa64fba8c70d837d093da6 /system/pcsc-lite/README
parentea1528cb0bd518e8903383dbe4a8d96fbf1d8257 (diff)
downloadslackbuilds-0837c6a0848489a461f25a7fdf04eee6e11047e1.tar.gz
slackbuilds-0837c6a0848489a461f25a7fdf04eee6e11047e1.tar.xz
system/pcsc-lite: Updated for versio 1.6.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/README')
-rw-r--r--system/pcsc-lite/README28
1 files changed, 14 insertions, 14 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README
index a197e258f9..d718477afd 100644
--- a/system/pcsc-lite/README
+++ b/system/pcsc-lite/README
@@ -1,18 +1,18 @@
-PC/SC-lite (Personal Computer/Smart Card interface)
+PC/SC-lite is a middleware to access a smart card using SCard API (PC/SC)
+Its purpose is to provide a Windows(R) SCard interface in a very small
+form factor for communicating to smart cards and readers.
-This is a middleware to access a smart card using SCard API (PC/SC) 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).
+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).
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).
+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).
-Please see README.SLACKWARE in pcsc-lite's documentation directory for notes.
+Please see README.SLACKWARE in pcsc-lite's documentation directory
+for notes.