Closed GoogleCodeExporter closed 9 years ago
I believe I have a solution for my purposes:
I have added a "usb_reset()" call following the "usb_claim_interface()"
in "dev_pn531_connect()".
Original comment by roger.br...@gtempaccount.com
on 17 Dec 2009 at 10:32
Nope, that is not a good solution as you can't use the handle following
usb_reset.
I have instead put the "usb_reset()" in the "dev_pn531_disconnect()" before the
call
to "usb_close()".
Original comment by roger.br...@gtempaccount.com
on 17 Dec 2009 at 10:57
what revision are you at? usb_reset() is already called by
pn53x_usb_disconnect() in
the current version...
Original comment by fnargwibble
on 18 Dec 2009 at 1:26
Thanks. Close then.
Original comment by roger.br...@gtempaccount.com
on 18 Dec 2009 at 7:38
This issue was addressed in rev 234:
http://code.google.com/p/libnfc/source/detail?r=234
Original comment by fnargwibble
on 20 Dec 2009 at 11:43
Original issue reported on code.google.com by
roger.br...@gtempaccount.com
on 17 Dec 2009 at 4:56