summaryrefslogtreecommitdiff
path: root/px
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-06-25 12:33:57 +0100
committerFranz Geffke <m@f-a.nz>2024-06-25 12:33:57 +0100
commit277bfb1f415a543eca9f65bb8d397937fca4ec85 (patch)
tree8bb5e23913bde2fcb10f45cdf5cf7aae4f95c8ea /px
parent73a6f2e4be8facf2700423e73d8486735de562c5 (diff)
px: yubikey-udev-rule: Update according to official docs
Diffstat (limited to 'px')
-rw-r--r--px/services/security-token.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/px/services/security-token.scm b/px/services/security-token.scm
index 46b0ae1..149ce2c 100644
--- a/px/services/security-token.scm
+++ b/px/services/security-token.scm
@@ -115,7 +115,7 @@ KERNEL==\"sd?1\", ATTRS{idVendor}==\"20a0\", ATTRS{idProduct}==\"4109\", SYMLINK
(define %yubikey-udev-rule
(udev-rule "10-security-key.rules"
- "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", MODE=\"0664\", GROUP=\"plugdev\", ATTRS{idVendor}==\"2581\", ATTRS{idProduct}==\"f1d0\""))
+ "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", MODE=\"0664\", GROUP=\"plugdev\", ATTRS{idVendor}==\"1050\", ATTRS{idProduct}==\"0113|0114|0115|0116|0120|0200|0402|0403|0406|0407|0410\""))
(define (yubikey-service)
(udev-rules-service 'yubikey %yubikey-udev-rule #:groups '("plugdev")))