Conversation
This adds the PIDs of our new devices.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17683 +/- ##
==========================================
+ Coverage 78.36% 78.42% +0.05%
==========================================
Files 1417 1405 -12
Lines 200507 200220 -287
Branches 2503 2503
==========================================
- Hits 157129 157024 -105
+ Misses 33953 33779 -174
+ Partials 9425 9417 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Mon Sep 21 12:39:36 UTC 2026 No spread result artifacts foundNo spread results JSON artifacts were available for this workflow run, so spread failures (if any) could not be reported. |
| 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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
This adds the PIDs of our new devices.