[Bug 889800] [NEW] additional UDEV rule to support Crypto Stick
Jan
jan.suhr at web.de
Sun Nov 13 12:14:46 UTC 2011
Public bug reported:
The Crypto Stick is an open source USB device which contains the
OpenPGP Card and hence is fully compatible and tested with GnuPG.
Currently users still need to add an UDEV rule manually to use the
Crypto Stick with GnuPG. To make it easier for users the appropriate
UDEV rule should be added by default to /lib/udev/rules.d/60-gnupg.rules
The following rule works as a separate file but I guess it is
sufficient to only incorporate the second last line to the gnupg rules.
SUBSYSTEM!="usb", GOTO="cryptostick_rules_end"
ACTION!="add", GOTO="cryptostick_rules_end"
ATTR{idVendor}=="20a0", ATTR{idProduct}=="4107",
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"
LABEL="cryptostick_rules_end"
Here is the appropriate upstream bug: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=648332
** Affects: gnupg (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gnupg in Ubuntu.
https://bugs.launchpad.net/bugs/889800
Title:
additional UDEV rule to support Crypto Stick
Status in “gnupg” package in Ubuntu:
New
Bug description:
The Crypto Stick is an open source USB device which contains the
OpenPGP Card and hence is fully compatible and tested with GnuPG.
Currently users still need to add an UDEV rule manually to use the
Crypto Stick with GnuPG. To make it easier for users the appropriate
UDEV rule should be added by default to /lib/udev/rules.d/60-gnupg.rules
The following rule works as a separate file but I guess it is
sufficient to only incorporate the second last line to the gnupg rules.
SUBSYSTEM!="usb", GOTO="cryptostick_rules_end"
ACTION!="add", GOTO="cryptostick_rules_end"
ATTR{idVendor}=="20a0", ATTR{idProduct}=="4107",
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"
LABEL="cryptostick_rules_end"
Here is the appropriate upstream bug: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=648332
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/889800/+subscriptions
More information about the foundations-bugs
mailing list