diff --git a/files/system/etc/reader.conf.d/reader.conf b/files/system/etc/reader.conf.d/reader.conf new file mode 100644 index 0000000..4d43c96 --- /dev/null +++ b/files/system/etc/reader.conf.d/reader.conf @@ -0,0 +1,6 @@ +FRIENDLYNAME "Secure Flash Card" +# device name /dev/null let's the ifdhandler search for *mounted* sd cards +DEVICENAME /dev/null +#set the path to your libifdsfc.so +LIBPATH /usr/lib/pcsc/drivers/ifd-sfc.bundle/Contents/Linux/libifdsfc.so +CHANNELID 0 diff --git a/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Info.plist b/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Info.plist new file mode 100644 index 0000000..b9376fc --- /dev/null +++ b/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Info.plist @@ -0,0 +1,35 @@ + + + + + ifdCapabilities + IFD_GENERATE_HOTPLUG + + + + CFBundleExecutable + libifdsfc.so + + ifdLogLevel + 0x0003 + + + ifdManufacturerString + Swissbit AG + + ifdProductString + Driver for Secure Flash Card, version 1.0 + + ifdVendorID + 0x058f + + ifdProductID + 0x6362 + + ifdFriendlyName + Alcor Micro Corp. Flash Card Reader/Writer + + diff --git a/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Release_64bit/libifdsfc.so b/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Release_64bit/libifdsfc.so new file mode 100644 index 0000000..477e4a5 Binary files /dev/null and b/files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Release_64bit/libifdsfc.so differ