Successful test on Dell Latitude 5480 (with 0a5c:5832)
Adding 0x5832 to SUPPORTED_DEVICES list was enough.
It took a while for the smartcard to appear after powering on.
Reader 1: Broadcom Corp 5880 [Contactless SmartCard] (0123456789ABCD) 01
00
Card state: Card inserted,
ATR: 3B 87 80 ...
| | |
| | | Currently only the following devices were tested and are known to work: |
| | | |
| | | * `0a5c:5834` |
| | | * `0a5c:5832` |
| | | |
| | | Firmware update (done during driver installation on Windows) may be required. |
| | | |
| | |
| | | * Dell Latitude E7470 |
| | | * Dell Latitude 7280 |
| | | * Dell Latitude 5491 |
| | | * Dell Latitude 5480 (with `0a5c:5832`) |
| | | |
| | | ## How it works? |
| | | |
| | |
| | | |
| | | SUPPORTED_DEVICES = [ |
| | | {'idVendor': 0x0A5C, 'idProduct': 0x5834}, |
| | | {'idVendor': 0x0A5C, 'idProduct': 0x5832}, |
| | | ] |
| | | |
| | | logging.basicConfig(level=logging.DEBUG) |