Re: [Qemu-devel] [PATCH v3 2/7] Retrieve the correct TD byte when checking an ATR.

2015-03-25 Thread Marc-André Lureau
ACK. Reviewed-by: Marc-André Lureau On Fri, Mar 13, 2015 at 8:45 PM, Jeremy White wrote: > A physical smartcard with an ATR of > 3B 95 95 40 FF AE 01 0E 00 00 > was parsed incorrectly. > > The '40' should have been the second TD; instead > the FF is used, incorrectly. > > Signed-off-by: Jerem

[Qemu-devel] [PATCH v3 2/7] Retrieve the correct TD byte when checking an ATR.

2015-03-13 Thread Jeremy White
A physical smartcard with an ATR of 3B 95 95 40 FF AE 01 0E 00 00 was parsed incorrectly. The '40' should have been the second TD; instead the FF is used, incorrectly. Signed-off-by: Jeremy White --- hw/usb/ccid-card-passthru.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --