Please add support for native Linux NFC interface (via NetLink)
There was a similar issue closed some time ego (#466), but I think that this issue needs to be reevaluated to support cases like #455 (Lenovo T470) and for many more modern laptops (like mine HP ZBook Firefly 14 G8), which happens to have an NFC chip available and usable via Netlink interface (e.g. via nfctool) but not by any software which uses libnfc to access an NFC interface (like pcsclite).
Sure thing, such a driver would be not cross platform, but on Linux it may cover many devices in a unified way.
For example, support for native Linux NFC was added to libfido2 for a similar reason to support NFC pasword-less authentication tokens (e.g. Yubikeys), these devices can act as contactless smart-cards as well, but often not on Linux, due to lack of native Linux NFC support in libnfc.