summaryrefslogtreecommitdiffstats
path: root/libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch')
-rw-r--r--libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch b/libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch
new file mode 100644
index 0000000000..d9fde6174f
--- /dev/null
+++ b/libraries/libu2f-host/patches/0010-fixed-the-duplication-typo.patch
@@ -0,0 +1,28 @@
+From ff8cfbe1e992cfd40c01541324c6f0155da26775 Mon Sep 17 00:00:00 2001
+From: Jason Cawood <jasoncawood@gmail.com>
+Date: Thu, 24 Oct 2019 21:08:44 -0700
+Subject: [PATCH 10/25] fixed the duplication typo.
+
+I meant to update the file to include the new product id, but hastily included the id 0120 twice. This corrects that error and includes 0121
+
+Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
+---
+ u2f.conf.sample | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/u2f.conf.sample b/u2f.conf.sample
+index 040b5c2..6d89540 100644
+--- a/u2f.conf.sample
++++ b/u2f.conf.sample
+@@ -6,7 +6,7 @@ notify 100 {
+ match "subsystem" "DEVICE";
+ match "type" "ATTACH";
+ match "vendor" "0x1050";
+- match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
++ match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0121|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
+ action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
+ };
+
+--
+2.32.0
+