- PC/SC can recognize several card for some pourposes and some utilities use the first recognized card. This can be avoid with the filter option.
- Some more information about this matter can found on the author's blog: https://ludovicrousseau.blogspot.de/2015/12/remove-andor-customize-pcsc-reader-names.html
Details
Details
- Reviewers
mmokhi mat - Commits
- rP436972: devel/pcsc-lite: Add option for activating filters.
- After the port was built, and with two card readers attached to my PC, I have run the following commands:
- env PCSCLITE_FILTER_IGNORE_READER_NAMES="<card regex>" pcscd
- env PCSCLITE_FILTER_IGNORE_READER_NAMES="<card regex>" pcscd -H
- pcsc_scan # <- security/pcsc-tools are needed for this.
Only the card reader that does not match the regular expression should appear on the screen.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Do you mean to set the PORTREVISION variable to one? It is not set.
I am sorry for the inconvenience, but I am relative new in this things and I want to do it in the right way.
Comment Actions
Hmm, I made another change on this, I'd say it's better to add this as option, to [at least] not make surprise for people/companies who currently not expecting this option as default.
I'll upload my changes plus what @mat suggests to the PR you opened for this, would you please update this diff with that?
Comment Actions
Okay, I did also QA on it [with added as option, on the patch attached to PR] too, It's okay.
So I did maintainer-approval '+' on it.
If @mat approves this as my mentor, I'll commit it :)