1e1ed29279
--- PC/SC Architecture for most Unix type operating systems. Allows easy porting of Windows smartcard software to other operating systems. Supports many types of serial, PCMCIA, and USB smartcard readers and cryptographic tokens. WWW: http://www.linuxnet.com/ Tested by Dr. Ludovic Rousseau and me.
25 lines
586 B
Plaintext
Executable File
25 lines
586 B
Plaintext
Executable File
# Configuration file for pcsc-lite
|
|
# David Corcoran <corcoran@linuxnet.com>
|
|
#
|
|
# In this file, you can have more than one
|
|
# reader information.
|
|
#
|
|
# FRIENDLYNAME Give any name to your reader
|
|
# DEVICENAME Give any name to your reader
|
|
# LIBPATH The path of your reader's driver
|
|
# CHANNELID :
|
|
# 0x0103F8 COM1
|
|
# 0x0102F8 COM2
|
|
# 0x0103E8 COM3
|
|
# 0x0102E8 COM4
|
|
#
|
|
# $OpenBSD: reader.conf.sample,v 1.1.1.1 2001/12/07 06:33:19 shell Exp $
|
|
|
|
FRIENDLYNAME "Generic Reader"
|
|
DEVICENAME GEN_SMART_RDR
|
|
LIBPATH /usr/lib/readers/libgen_ifd.so
|
|
CHANNELID 0x0103F8
|
|
|
|
|
|
# End of file
|