mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
scd: Also prefer Yubikeys if no reader port is given.
* scd/apdu.c (select_a_reader): Extend the white list.
This commit is contained in:
parent
b64cae5abb
commit
38c666ec3f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user