From eeee3f926fffcc55d77ad1cb62a3fdbe047f18d9 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 14 Dec 2010 01:30:03 +0000 Subject: [PATCH] opensc.conf: Lower the level of emphasise on the max_x_size options. Users with USB devices really shouldn't care about them. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4947 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/opensc.conf.in | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index 42b36130..505089e0 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -43,18 +43,10 @@ app default { # The following section shows definitions for PC/SC readers. reader_driver pcsc { # This sets the maximum send and receive sizes. - # Some reader drivers have limitations, so you need - # to set these values. For usb devices check the - # properties with lsusb -vv for dwMaxIFSD - # - # These values will be used for APDU communication - # and are used for maximum Lc/Le calculation - # (will not include CLA, INS, P1, P2 or SW1, SW2). - # - # Default: send: 255, recv: 256 + # Default: n/a # max_send_size = 255; # max_recv_size = 256; - + # # Connect to reader in exclusive mode? # Default: false # connect_exclusive = true; @@ -90,12 +82,9 @@ app default { # Virtual readers to allocate. # Default: 2 # readers = 5; - - # This sets the maximum send and receive sizes. - # Some reader drivers have limitations, so you need - # to set these values. For usb devices check the - # properties with lsusb -vv for dwMaxIFSD # + # This sets the maximum send and receive sizes. + # Default: n/a # max_send_size = 255; # max_recv_size = 256; };