commit | 2757c3723c3d2b13e3a8bfaa034826f64e9cca43 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Fri May 10 15:47:37 2013 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Jun 14 13:44:59 2013 +0200 |
tree | 05a2c978fc9edbc973f1f6b55afbddf6ccb79f55 | |
parent | fed7c25ec0d4894edfc36bbe5c5231e52f45483a [diff] |
NFC: Send netlink events for secure elements additions and removals When an NFC driver or host controller stack discovers a secure element, it will call nfc_add_se(). In order for userspace applications to use these secure elements, a netlink event will then be sent with the SE index and its type. With that information userspace applications can decide wether or not to enable SEs, through their indexes. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>