aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/apdu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 254353af6..6d7f59dd1 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -1199,7 +1199,8 @@ select_a_reader (const char *list, unsigned int len)
};
const char *white_list_to_prefer[] = {
/* We do substring match by strstr(3). */
- "SPRx32"
+ "SPRx32",
+ "Yubico"
};
const char *p = list;
const char *candidate = NULL;