From 84af758877edb794ccbc377530581b3a05666f72 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 20 Jan 2013 15:41:53 +0100 Subject: [PATCH] Add /etc/nfc/devices.d/ example in NEWS --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6cb4efc5..62f7aa09 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ -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: