Enable NFC for Linux and pcscd on Dell E7470 (and others) with ControlVault2
Szabolcs Hubai
2019-08-03 37f85f39b274d78dd8c83bf72e7e48469e4e1755
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 ...
2 files modified
3 ■■■■■ changed files
README.md 2 ●●●●● patch | view | raw | blame | history
bcm20795.py 1 ●●●● patch | view | raw | blame | history
README.md
@@ -25,6 +25,7 @@
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.
@@ -33,6 +34,7 @@
* Dell Latitude E7470
* Dell Latitude 7280
* Dell Latitude 5491
* Dell Latitude 5480 (with `0a5c:5832`)
## How it works?
bcm20795.py
@@ -16,6 +16,7 @@
SUPPORTED_DEVICES = [
    {'idVendor': 0x0A5C, 'idProduct': 0x5834},
    {'idVendor': 0x0A5C, 'idProduct': 0x5832},
]
logging.basicConfig(level=logging.DEBUG)