Skip to content

Commit

Permalink
interfaces: add new u2f token2 security keys (#14185)
Browse files Browse the repository at this point in the history
* Update u2f_devices.go

Token2 is planning the launch of three new security keys, which will feature OpenPGP applets accessible via USB. These keys use a different set of PID (depending on transport combination) that need to be recognized by snapd

* Update u2f_devices.go

updated product name

* Update u2f_devices.go

Name should refer to "keys" instead of "key" as there are multiple PIDs
  • Loading branch information
token2 authored Jul 17, 2024
1 parent 84400ca commit ae4b81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/builtin/u2f_devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ var u2fDevices = []u2fDevice{
ProductIDPattern: "0e90",
},
{
Name: "Token2 FIDO2 key",
Name: "Token2 FIDO2 Security Keys",
VendorIDPattern: "349e",
ProductIDPattern: "0010|0011|0012|0020|0021|0022|0200|0201|0202",
ProductIDPattern: "0010|0011|0012|0013|0014|0015|0016|0020|0021|0022|0023|0024|0025|0026|0200|0201|0202|0203|0204|0205|0206",
},
{
Name: "Swissbit iShield Key",
Expand Down

0 comments on commit ae4b81f

Please sign in to comment.