fix by Florian Fainelli:
I finally tracked down the issue being in the xpc_ext_done, which calls xpcu_output_enable while we could not claim the device, this simply fails since the usb_handler is not valid. The xpc_ext_done callback is there to reset the status of the JTAG cable on exit, but we should actually reset the state on initialization no matter what was the status before calling urjtag. Since we are performing the reset in the initilization callback, we can now remove xpc_ext_done and call urj_tap_cable_generic_usbconn_done(). git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1630 b68d4a1b-bc3d-0410-92ed-d4ac073336b7master
parent
4e9a94cd7e
commit
85e8aec92e
Loading…
Reference in New Issue