NFC: Allow HCI driver to pre-open pipes to some gates
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Tue, 5 Jun 2012 12:42:11 +0000 (14:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jul 2012 20:42:12 +0000 (16:42 -0400)
commita10d595b1074d04446f77161eea165e5809e163c
tree4ba305673685b1602cc4ec66083a7c06a1d0b06e
parenteae202aa2083eb6f7fdb686e2c42d7db4ef63632
NFC: Allow HCI driver to pre-open pipes to some gates

Some NFC chips will statically create and open pipes for both standard
and proprietary gates. The driver can now pass this information to HCI
such that HCI will not attempt to create and open them, but will instead
directly use the passed pipe ids.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn544_hci.c
include/net/nfc/hci.h
net/nfc/hci/command.c
net/nfc/hci/core.c
net/nfc/hci/hci.h
This page took 0.030222 seconds and 5 git commands to generate.