-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 352570 b: refs/heads/master c: cfad1ba h: refs/heads/master v: v3
- Loading branch information
Eric Lapuyade
authored and
Samuel Ortiz
committed
Feb 3, 2013
1 parent
bb78d9c
commit 32dff96
Showing
8 changed files
with
817 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2323e6fc62eec19c3454642c0ac4ad42374b40a1 | ||
refs/heads/master: cfad1ba87150e198be9ea32367a24e500e59de2c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config NFC_MICROREAD | ||
tristate "Inside Secure microread NFC driver" | ||
depends on NFC_HCI | ||
select CRC_CCITT | ||
default n | ||
---help--- | ||
This module contains the main code for Inside Secure microread | ||
NFC chipsets. It implements the chipset HCI logic and hooks into | ||
the NFC kernel APIs. Physical layers will register against it. | ||
|
||
To compile this driver as a module, choose m here. The module will | ||
be called microread. | ||
Say N if unsure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for Microread HCI based NFC driver | ||
# | ||
|
||
obj-$(CONFIG_NFC_MICROREAD) += microread.o |
Oops, something went wrong.