Skip to content
Commit 9e58095f authored by Samuel Ortiz's avatar Samuel Ortiz
Browse files

NFC: netlink: Implement vendor command support



Vendor commands are passed from userspace through the
NFC_CMD_VENDOR netlink command, allowing driver and hardware
specific operations implementations like for example RF tuning
or production line calibration.

Drivers will associate a set of vendor commands to a vendor
id, which could typically be an OUI. The netlink kernel
implementation will try to match the received vendor id
and sub command attributes with the registered ones. When
such match is found, the driver defined sub command routine
is called.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 8115dd59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment