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>
10 lines
189 B
C
10 lines
189 B
C
--- serial.h.bak Fri Feb 20 07:26:31 2004
|
|
+++ serial.h Fri Feb 20 07:26:45 2004
|
|
@@ -65,6 +65,6 @@
|
|
void
|
|
);
|
|
|
|
-#define DATA_DUMP_FILE "dump"
|
|
+/* #define DATA_DUMP_FILE "dump" */
|
|
|
|
#endif
|