Last active
February 10, 2022 09:15
-
-
Save amusarra/265d952d9f47db355d5182a8bada3121 to your computer and use it in GitHub Desktop.
BIT4ID_miniLector_AIR_NFC_v3.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/readers/supported_readers.txt b/readers/supported_readers.txt | |
index 5601ded..bfee1c2 100644 | |
--- a/readers/supported_readers.txt | |
+++ b/readers/supported_readers.txt | |
@@ -237,6 +237,7 @@ | |
0x25DD:0x3111:Bit4id miniLector | |
0x25DD:0x3211:Bit4id miniLector AIR EVO | |
0x25DD:0xB001:Bit4id miniLector Blue | |
+0x25DD:0x3403:BIT4ID miniLector AIR NFC v3 | |
# Bluink Ltd. | |
0x2ABE:0x1003:Bluink Ltd. Bluink CCID |
Thanks for that - again very useful! Do you know if there's a .deb
package already compiled and available for version 1.4.34
? I am not very familiar with patching and maintaining deb packages, so I might be missing some context and obvious gotchas. Thanks again 👍
You can find the updated driver here https://packages.ubuntu.com/hirsute/libccid which is distributed on 21.04 Hirsuite.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tappoz
Since version 1.4.34 support has been added, as you can also see from the link to the project sources https://salsa.debian.org/rousseau/CCID/-/blob/1.4.34/readers/BIT4ID_miniLector_AIR_NFC_v3.txt
On Ubuntu 20.04 the default driver is perhaps the old one that is not updated.
Thanks for appreciating my article.