- If the reader is CCID compliant, it would appear that the answer is yes. From http://pcsclite.alioth.debian.org/ccid.html#CCID_compliant:
The USB CCID specification published by the USB Workgroup aims to normalize USB smartcard readers, in order to have a single driver (supplied once for all with the operating system) for virtually any reader from any manufacturer.
PCSC-Lite project includes an open source CCID driver. This driver has been tested with SpringCard CSB6 on GNU/Linux, and should work on the other operating systems targetted by the project.
Since PCSC-Lite is pc/sc compliant, and CCID is included, this should imply that all CCID compliant readers can be used in PCSC-Lite, a PC/SC compliant driver. http://pcsclite.alioth.debian.org/
- Per http://pcsclite.alioth.debian.org/ccid.html#CCID_compliant
To know if a smart card reader is CCID compliant and should be supported by this driver but is not listed bellow
Just get the source code of this driver and do:
tar xjvf ccid-x.y.z.tar.bz2
cd ccid-x.y.z
./configure
make
sudo ./src/parse > output.txt