summaryrefslogtreecommitdiff
path: root/hw/usb/dev-smartcard-reader.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-03-05 17:31:10 +0200
committerAlon Levy <alevy@redhat.com>2013-04-24 11:48:04 +0300
commit58aeda15abb963196faaa4a0f23c5af45840f1b0 (patch)
tree618b66bf09307496aad93bdc2c4f4cdfb1120942 /hw/usb/dev-smartcard-reader.c
parent0b6a16c1a47b622b1a692ab179013d9e30e9cf3b (diff)
downloadqemu-58aeda15abb963196faaa4a0f23c5af45840f1b0.tar.gz
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",