mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
b56677d039
Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
34 lines
1.6 KiB
Diff
34 lines
1.6 KiB
Diff
From 443d2cea29fd4d9a9fa39b12d6556c85440cd8bc Mon Sep 17 00:00:00 2001
|
|
From: TamtamHero <10632523+TamtamHero@users.noreply.github.com>
|
|
Date: Wed, 30 Sep 2020 12:21:34 +0200
|
|
Subject: [PATCH 24/25] Update Ledger's productIDs + add Ledger Blue
|
|
|
|
Following https://www.ledger.com/windows-10-update-sunsetting-u2f-tunnel-transport-for-ledger-devices/, all Ledger products have changed the productID they advertise.
|
|
There's now 2 different combinations commonly available per device:
|
|
|
|
HID + U2F -> xx05
|
|
HID + U2F + WebUSB-> xx15
|
|
|
|
Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
|
|
---
|
|
70-u2f.rules | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/70-u2f.rules b/70-u2f.rules
|
|
index 0c2bc69..1f90ddf 100644
|
|
--- a/70-u2f.rules
|
|
+++ b/70-u2f.rules
|
|
@@ -65,8 +65,8 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct
|
|
# Infineon FIDO
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="uaccess", GROUP="plugdev", MODE="0660"
|
|
|
|
-# Ledger Nano S and Nano X
|
|
-KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0001|0004", TAG+="uaccess", GROUP="plugdev", MODE="0660"
|
|
+# Ledger Blue, Nano S and Nano X
|
|
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0000|0001|0004|0005|0015|1005|1015|4005|4015", TAG+="uaccess", GROUP="plugdev", MODE="0660"
|
|
|
|
# Kensington VeriMark
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="uaccess", GROUP="plugdev", MODE="0660"
|
|
--
|
|
2.32.0
|
|
|