Enable NFC for Linux and pcscd on Dell E7470 (and others) with ControlVault2
Jacek Kowalski
2019-08-03 a4bc11970f4538ee6e2a8f31ef930edcdf6cb32a
Merge pull request #2 from xabolcs/branch-dell-5491-dell-5480

Support for new devices: Dell Latitude 5480 and 5491
2 files modified
4 ■■■■ changed files
README.md 3 ●●●●● 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.
@@ -32,6 +33,8 @@
* 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)