summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-05-29 04:23:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-10-20 23:54:03 -0700
commite87003c927104c5ec90ab1c400d9ef31037bbda5 (patch)
tree3bf62a1ee1fd994b8a0012d88d3637ef752d367b /test
parent47dec148a85d71b08b873f8c51ccaa1b861ddc37 (diff)
downloadneard-e87003c927104c5ec90ab1c400d9ef31037bbda5.tar.gz
neard-e87003c927104c5ec90ab1c400d9ef31037bbda5.tar.bz2
neard-e87003c927104c5ec90ab1c400d9ef31037bbda5.zip
adapter: Only support one target
There is realistically no use cases for an NFC adapter handling several targets at the same time. Also, it makes even less sense from a card emulation point of view.
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-adapters2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-adapters b/test/list-adapters
index c8e7dc6..0df4aba 100755
--- a/test/list-adapters
+++ b/test/list-adapters
@@ -32,7 +32,7 @@ for path in properties["Adapters"]:
val = "true"
else:
val = "false"
- elif key in ["Protocols", "Targets"]:
+ elif key in ["Protocols", "Target"]:
val = extract_list(properties[key])
else:
val = str(properties[key])