diff options
Diffstat (limited to 'scd/apdu.h')
-rw-r--r-- | scd/apdu.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index 1392aab71..1cd04c2ee 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -72,7 +72,15 @@ enum { SW_HOST_ABORTED = 0x1000d, SW_HOST_NO_PINPAD = 0x1000e, SW_HOST_ALREADY_CONNECTED = 0x1000f, - SW_HOST_CANCELLED = 0x10010 + SW_HOST_CANCELLED = 0x10010, + SW_HOST_DEVICE_ACCESS = 0x10011, + SW_HOST_USB_OTHER = 0x10020, + SW_HOST_USB_IO = 0x10021, + SW_HOST_USB_ACCESS = 0x10023, + SW_HOST_USB_NO_DEVICE = 0x10024, + SW_HOST_USB_BUSY = 0x10026, + SW_HOST_USB_TIMEOUT = 0x10027, + SW_HOST_USB_OVERFLOW = 0x10028 }; struct dev_list; |