From 97922ba1d04644d54559f31fb568c9bb07af6bac Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Fri, 3 Apr 2015 11:46:34 +0200 Subject: [PATCH] phone.py: do not change state to WAIT_RST after responding to file select command --- usb_application/phone.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usb_application/phone.py b/usb_application/phone.py index 178733e0..a7717474 100755 --- a/usb_application/phone.py +++ b/usb_application/phone.py @@ -133,8 +133,7 @@ def send_response(dev, cmd): 0x83, 0x8A] SW = [0x90, 0x00] resp = [cmd[INS]] + data + SW # Respond with INS byte - #resp = SW # Respond with INS byte - state = WAIT_RST + #state = WAIT_RST else: print("Unknown cmd") resp = [0x60, 0x00]