From b259e5770a421f7dc0d456db78777d5c9bfa53fc Mon Sep 17 00:00:00 2001 From: ElectricAlchemist Date: Thu, 19 Sep 2019 19:36:27 +0200 Subject: [PATCH] cleanup --- reminders.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/reminders.txt b/reminders.txt index 5f3cd44..638e622 100644 --- a/reminders.txt +++ b/reminders.txt @@ -75,3 +75,12 @@ https://threeneurons.wordpress.com/miscellaneous-projects/improvised-tube%20sockets/ https://threeneurons.wordpress.com/nixie-power-supply/ https://threeneurons.wordpress.com/links/data-sheets/ + +-To make the KEY-ID fido u2f key work on linux add the following udev rule at /etc/udev/rules.d/70-u2f.rules + # this udev file should be used with udev 188 and newer + ACTION!="add|change", GOTO="u2f_end" + + # Key-ID FIDO U2F + KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850|0880", TAG+="uaccess" + + LABEL="u2f_end"