call idle() from driver-dependent close() rather than from nfc_close() as some driver still need to do an ack() before

This commit is contained in:
Philippe Teuwen 2013-01-31 01:18:23 +01:00
parent 683505f39b
commit 8bc7a1c291
8 changed files with 12 additions and 5 deletions

View file

@ -10,6 +10,7 @@ Fixes:
- Fix nfc-scan-device -i option
- Remove wrong exit() calls in library
- Fix issue in driver acr122_usb affecting Touchatag
- Reenable some idle in all drivers, add selectively PowerDown when possible
Changes:
- nfc_emulate_target() now takes timeout parameter