Skip to content

Commit

Permalink
Add /etc/nfc/devices.d/ example in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Jan 20, 2013
1 parent 532b30a commit 84af758
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in 1.7.0-rc1:
New in 1.7.0-rc2:

Configuration:
libnfc can now use a configuration file for special setups, or features
Expand All @@ -13,6 +13,12 @@ Configuration:
device (ie. a serial one).
It is also possible to define devices using dedicated configuration files and
put them into device search directory (/etc/nfc/devices.d under GNU/Linux).
Example for the OpenPCD2: create /etc/nfc/devices.d/openpcd2.conf with:
name = "OpenPCD2"
connstring = "pn532_uart:/dev/ttyACM0"
optional = true
The keyword "optional" does not mandate the device to be present always
(it detects if the reader is indeed present before using it)

API Changes:

Expand Down

0 comments on commit 84af758

Please sign in to comment.