Fix UIF interaction.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2018-10-12 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* src/usb-ccid.c (ccid_thread): Notify host about ack button.
|
||||||
|
|
||||||
2018-10-02 NIIBE Yutaka <gniibe@fsij.org>
|
2018-10-02 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* src/stack-def.h (SIZE_0): Increase.
|
* src/stack-def.h (SIZE_0): Increase.
|
||||||
|
|||||||
7
NEWS
7
NEWS
@@ -864,6 +864,7 @@ Gnuk Token could run with GPG4WIN on MS Windows. GPG4WIN runs with
|
|||||||
|
|
||||||
** This is initial release. Only it supports digital signing.
|
** This is initial release. Only it supports digital signing.
|
||||||
|
|
||||||
Local Variables:
|
|
||||||
mode: outline
|
# Local Variables:
|
||||||
End:
|
# mode: outline
|
||||||
|
# End:
|
||||||
|
|||||||
@@ -1858,6 +1858,7 @@ ccid_thread (void *arg)
|
|||||||
ackbtn_enable ();
|
ackbtn_enable ();
|
||||||
led_blink (LED_WAIT_FOR_BUTTON);
|
led_blink (LED_WAIT_FOR_BUTTON);
|
||||||
c->ccid_state = CCID_STATE_ACK_REQUIRED_0;
|
c->ccid_state = CCID_STATE_ACK_REQUIRED_0;
|
||||||
|
ccid_send_data_block_time_extension (c);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user