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
This commit is contained in:
andre 2010-12-14 01:30:03 +00:00
parent 1b030f5d73
commit eeee3f926f
1 changed files with 4 additions and 15 deletions

View File

@ -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;
};