Filter
You can filter the list using any field from the USB CCID descriptor. I presented each field from the descriptor in the articles "CCID descriptor statistics" in 2013 and 2014.It is also possible to filter using the "features" field. This field is not available from the descriptor. It documents the features of the reader, like "contactless".
Combination of filters
It is possible to filter the results according to more than one field. The result is a AND combination. The readers must match according to field1 AND according to field2.Demo
The web site is available at https://ccid.apdu.fr/select_readers/By default no filer is used and you get the complete list of 353 readers.
Add a filter
To add a filer click on the "Add a match on..." drop down menu and select a field. For example "iManufacturer".Then enter a manufacturer name like "NXP" in the value field.
Change the relation operator
You can use different relation operators:- = strict equality (for number or string)
- ~ match the head of a string
- ≤ lesser or equal
- ≥ greater or equal
Share your results
You can share your selection by clicking on the "Get URL" button. A link will be displayed. Just use this URL and you will get the same selection again.Examples:
- iManufacturer starts with "a": https://ccid.apdu.fr/select_readers/?iManufacturer~a
- contactless readers: https://ccid.apdu.fr/select_readers/?features=contactless
- readers with more than 1 slot: https://ccid.apdu.fr/select_readers/?bMaxSlotIndex%E2%89%A51
- readers with idProduct = 0x0007: https://ccid.apdu.fr/select_readers/?idProduct=7
- readers with idProduct = 0x90CC: https://ccid.apdu.fr/select_readers/?idProduct=37068 (note that the value is in decimal)
- readers with dwMaximumClock between 5 and 7 Mhz: https://ccid.apdu.fr/select_readers/?dwMaximumClock%E2%89%A55000000&dwMaximumClock%E2%89%A47000000
Source code
The Javascript + HTML source code is available at https://anonscm.debian.org/cgit/pcsclite/website.git/tree/select_readers.The code is Free Software and licensed under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The project uses Bootstrap and jQuery.
Conclusion
Please propose new ideas, user experience improvements, design modifications, bug fixes, etc.You can use the MUSCLE list for discussion.