diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index c38aca96..d8338855 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -112,7 +112,11 @@ app default { # max_recv_size = 256; }; - # What card drivers to load at start-up + # Whitelist of card drivers to load at start-up + # + # The supported internal card driver names can be retrieved + # from the output of: + # $ opensc-tool --list-drivers # # A special value of 'internal' will load all # statically linked drivers. If an unknown (ie. not diff --git a/etc/opensc.conf.win.in b/etc/opensc.conf.win.in index 7af331b4..2f7b9554 100644 --- a/etc/opensc.conf.win.in +++ b/etc/opensc.conf.win.in @@ -112,7 +112,11 @@ app default { # max_recv_size = 256; }; - # What card drivers to load at start-up + # Whitelist of card drivers to load at start-up + # + # The supported internal card driver names can be retrieved + # from the output of: + # $ opensc-tool --list-drivers # # A special value of 'internal' will load all # statically linked drivers. If an unknown (ie. not