]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: add the NFC socket raw protocol
authorLauro Ramos Venancio <lauro.venancio@openbossa.org>
Fri, 1 Jul 2011 22:31:36 +0000 (19:31 -0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jul 2011 19:26:58 +0000 (15:26 -0400)
commit326cfad0406ab69e7fc21231c1fb28242a5f2ed7
treebc14ecbeac8998fddf48a52709c65ca5cdbbf6b0
parentc3573bfdbb63de787c830c5c8aac891b2bdeb3a3
NFC: add the NFC socket raw protocol

This socket protocol is used to perform data exchange with NFC
targets.

Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nfc.h
net/nfc/Makefile
net/nfc/core.c
net/nfc/nfc.h
net/nfc/rawsock.c [new file with mode: 0644]