summaryrefslogtreecommitdiffstats
path: root/system/pcsc-lite
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:28:48 +0100
committer B. Watson2022-03-17 17:38:10 +0100
commit4e39ebc86a94ce9b0c373058f3d451ff041c7abe (patch)
tree9a2efd0fb5c4a95e64b483924d70e7277ec22726 /system/pcsc-lite
parent488e614b3cade931b98a7f4e8a3c82bf80387157 (diff)
downloadslackbuilds-4e39ebc86a94ce9b0c373058f3d451ff041c7abe.tar.gz
system/pcsc-lite: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/pcsc-lite')
-rw-r--r--system/pcsc-lite/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README
index 46b47574a7..758de4cdc6 100644
--- a/system/pcsc-lite/README
+++ b/system/pcsc-lite/README
@@ -1,14 +1,14 @@
-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.
+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.
Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing
debug output messages.
On-demand power on (auto power off) feature for an inserted card is
disabled, now. If you want it re-enabled, so the card is powered off
-after a few seconds of inactivity (upstream's default since version 1.6.5)
-you can compile with "AUTOPOFF=1 ./pcsc-lite.SlackBuild".
+after a few seconds of inactivity (upstream's default since version
+1.6.5) you can compile with "AUTOPOFF=1 ./pcsc-lite.SlackBuild".
pcsc-lite no longer uses (deprecated) libhal for smart-card reader's
detection. By default libudev is used now.