Am Mittwoch 10 Februar 2010 18:27:47 schrieb Ludovic Rousseau:
> Do you have a specific device in mind?

porting over driver from openct, so we can have all of them
supported by open source drivers for pcsc-lite.

most of the drivers are very few lines of source,
the etoken driver for example is identified by certain
usb vendor/product ids, uses control transfers on
a vendor interface, and the protocol is simply to use
the T=1 frame with some magic values prepended.

if you don't count the generic stuff (blank lines,
function headers, opening and closing brackets etc.)
the whole driver is about 10 lines of code.

would be nice to port all such drivers to a common
infrastructure, so code is shared as much as possible
with CCID and those old devices work as well.

any ideas how to efficiently do that?

Regards, Andreas
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to