summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-smartcard-reader.c
diff options
context:
space:
mode:
authorAlon Levy2013-03-05 16:31:10 +0100
committerAlon Levy2013-04-24 10:48:04 +0200
commit58aeda15abb963196faaa4a0f23c5af45840f1b0 (patch)
tree618b66bf09307496aad93bdc2c4f4cdfb1120942 /hw/usb/dev-smartcard-reader.c
parentlibcacard: move atr setting from macro to function (diff)
downloadqemu-58aeda15abb963196faaa4a0f23c5af45840f1b0.tar.gz
qemu-58aeda15abb963196faaa4a0f23c5af45840f1b0.tar.xz
qemu-58aeda15abb963196faaa4a0f23c5af45840f1b0.zip
dev-smartcard-reader: empty implementation for Mechanical (fail correctly)
Signed-off-by: Alon Levy <alevy@redhat.com> Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
Diffstat (limited to 'hw/usb/dev-smartcard-reader.c')
-rw-r--r--hw/usb/dev-smartcard-reader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/usb/dev-smartcard-reader.c b/hw/usb/dev-smartcard-reader.c
index 78ef50413e..125cc2c221 100644
--- a/hw/usb/dev-smartcard-reader.c
+++ b/hw/usb/dev-smartcard-reader.c
@@ -1051,6 +1051,10 @@ static void ccid_handle_bulk_out(USBCCIDState *s, USBPacket *p)
ccid_reset_error_status(s);
ccid_write_parameters(s, ccid_header);
break;
+ case CCID_MESSAGE_TYPE_PC_to_RDR_Mechanical:
+ ccid_report_error_failed(s, 0);
+ ccid_write_slot_status(s, ccid_header);
+ break;
default:
DPRINTF(s, 1,
"handle_data: ERROR: unhandled message type %Xh\n",