From 4110434e33eb8a943b3f95ea9244274cdf42e0e9 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Wed, 9 Jan 2019 11:40:34 +0100 Subject: [PATCH] Add Udev symlink for Solo's serial port Signed-off-by: Szczepan Zalega --- 99-solo.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/99-solo.rules b/99-solo.rules index e2f9a47..ce8cc8a 100644 --- a/99-solo.rules +++ b/99-solo.rules @@ -2,5 +2,7 @@ ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", ATTRS{product}=="Solo", TAG+="uaccess", GROUP="plugdev", SYMLINK+="solokey" ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", ATTRS{product}=="Solo HACKER (Unlocked)", TAG+="uaccess", GROUP="plugdev", SYMLINK+="solohacker" +SUBSYSTEM=="tty", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev", SYMLINK+="solokey-serial" + # U2F Zero KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8acf", TAG+="uaccess", GROUP="plugdev", SYMLINK+="u2fzero"