Add ccid_notify_slot_change for the interrupt transfer

This commit is contained in:
NIIBE Yutaka
2016-06-01 07:52:56 +09:00
parent d636bf314c
commit 907d8c7a8e
3 changed files with 43 additions and 23 deletions

View File

@@ -28,9 +28,9 @@ void ccid_usb_reset (int);
#define EV_RX_DATA_READY 1 /* USB Rx data available */
#define EV_EXEC_FINISHED 2 /* OpenPGP Execution finished */
#define EV_TX_FINISHED 4 /* CCID Tx finished */
#define EV_CARD_CHANGE 8
#define EV_USB_INTERFACE 16
#define EV_USB_RESET 32
#define EV_CARD_CHANGE 8
#define EV_USB_SET_INTERFACE 16
#define EV_USB_DEVICE_RESET 32
/* OpenPGPcard thread */
#define EV_PINPAD_INPUT_DONE 1