Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interfaces/builtin/u2f_devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ var u2fDevices = []u2fDevice{
{
Name: "OneSpan DIGIPASS FX Series",
VendorIDPattern: "1a44",
ProductIDPattern: "1501|1502|1503|1506|1507|1508|1509|150a|150b",
ProductIDPattern: "1501|1502|1503|1504|1505|1506|1507|1508|1509|150a|150b|150c|150d",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check that the new devices are correctly identified by systemd as security tokens? if you run udevadm info /dev/bus/usb/<bus>/<port> (use lsusb to identify bus & port), there should be ID_SECURITY_TOKEN property listed in the output.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OTOH, looking at my yubikey the property is not listed on the direct usb device, but rather on the hidraw device, so maybe it's best to udevadm info --export-db and then look for ID_SECURITY_TOKEN

},
{
Name: "Arculus AuthentiKey",
Expand Down
Loading