additional UDEV rule to support Crypto Stick

Bug #889800 reported by Jan
20
This bug affects 3 people
Affects Status Importance Assigned to Milestone
gnupg (Debian)
Fix Released
Unknown
gnupg (Ubuntu)
Fix Released
Undecided
Unassigned

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

Changed in gnupg (Debian):
status: Unknown → New
Changed in gnupg (Debian):
status: New → Fix Committed
Changed in gnupg (Debian):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in gnupg (Ubuntu):
status: New → Confirmed
Thijs Kinkhorst (kink)
Changed in gnupg (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Jan (jan23) wrote :

In the meanwhile more USB PIDs (for more product versions) need to be added to the UDEV rule. I filed a separate bug #1267925 for this. Please check.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.