NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET
authorChristophe Ricard <christophe.ricard@gmail.com>
Tue, 2 Dec 2014 20:27:50 +0000 (21:27 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 2 Dec 2014 21:47:37 +0000 (22:47 +0100)
commit3682f49f32051765ed6eb77fc882f0458f7d44c3
tree85e9879918bd3f8498bc265e6885550f1a606aa1
parent9295b5b569fc4d5b9cd0fa7b44d03f9f712ecec9
NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET

Some tag might get deactivated after some read or write tentative.
This may happen for example with Mifare Ultralight C tag when trying
to read the last 4 blocks (starting block 0x2c) configured as write
only.
NFC_CMD_ACTIVATE_TARGET will try to reselect the tag in order to
detect if it got remove from the field or if it is still present.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/uapi/linux/nfc.h
net/nfc/netlink.c
This page took 0.026163 seconds and 5 git commands to generate.