Re: [PATCH] nfc: nxp-nci: Add ISO15693 support
David Heidelberg <[email protected]> Tue, 2 Jun 2026 12:17:06 +0200
| Newsgroups | dev.linux.lists.oe-linux-nfc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 12/05/2026 11:55, Carl Lee via B4 Relay wrote: > From: Carl Lee <[email protected]> > > NXP NCI controllers such as PN7150 support ISO15693 Type 5 > tags, but the driver does not currently advertise this protocol. > > Add NFC_PROTO_ISO15693_MASK so that ISO15693 tags can be > detected through the Linux NFC stack. > > Signed-off-by: Carl Lee <[email protected]> > --- > This patch advertises ISO15693 Type 5 protocol support for > the nxp-nci driver so that Type 5 tags can be detected. > > Tested with PN7150 controller. > --- > drivers/nfc/nxp-nci/core.c | 1 + > 1 file changed, 1 insertion(+) > Applied, thank you! David Heidelberg