e97215bace
This is a pcsc-lite driver for the Schlumberger Reflex 62/64 serial smartcard reader This port should be filed under "security/ifd-slb_rf60" because there are already some other pcsc-lite drivers follow this convention. I also made a few minor changes because of portlint warnings, so please apply this patch and rename the directory to "ifd-slb_rf60" before committing. PR: ports/63120 Submitted by: Toni Andjelkovic <toni@soth.at>
11 lines
394 B
Text
11 lines
394 B
Text
------------------------------------------------------------------------
|
|
|
|
You can activate the driver on /dev/cuaa0 by adding the following
|
|
lines to %%PREFIX%%/etc/reader.conf:
|
|
|
|
FRIENDLYNAME "Reflex 62"
|
|
DEVICENAME GEN_SMART_RDR
|
|
LIBPATH %%PREFIX%%/pcsc/drivers/libslb_rf60.so
|
|
CHANNELID 0x0103F8
|
|
|
|
------------------------------------------------------------------------
|