Description
ACR38U smartcard reader driver for pcsclite.
A PC/SC IFD handler implementation for the ACS ACR38U smartcard readers. This driver is for the non-CCID version only.
This package is needed to communicate with the ACR38U smartcard readers through the PC/SC Lite resource manager (pcscd).
It can be enabled in /etc/nixos/configuration.nix by adding: services.pcscd.enable = true; services.pcscd.plugins = [ libacr38u ];
The package is based on the debian package libacr38u.