[Pkg-gnupg-maint] Bug#734885: UDEV rules to support NEW Crypto Sticks

Crypto Stick info at crypto-stick.com
Fri Jan 10 15:26:37 UTC 2014


Package: gnupg
Version: 1.4.12

The Crypto Stick is an open source USB device which contains the
OpenPGP Card and hence is fully compatible and tested with GnuPG.
For the new versions of the Crypto Stick, users need to add UDEV
rules manually to use the Crypto Stick with GnuPG. To make it
easier for users the appropriate UDEV rules should be added to
/lib/udev/rules.d/60-gnupg.rules

Please add the following three lines to /lib/udev/rules.d/60-gnupg.rules

ATTR{idVendor}=="20a0", ATTR{idProduct}=="4108",
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"

ATTR{idVendor}=="20a0", ATTR{idProduct}=="4109",
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"

ATTR{idVendor}=="20a0", ATTR{idProduct}=="4211",
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"



More information about the Pkg-gnupg-maint mailing list