boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
262 stars 158 forks source link

imx_usb: use device found by find_imx_device #94

Closed abellynow closed 5 years ago

abellynow commented 5 years ago

This will allow the use of imx_usb for several devices at the same time with the same VID:PID if used with the --address option. Rebased and signed off.

tkisky commented 5 years ago

I think you need to test the "err" result, or assign h to null before the call. Sorry I didn't notice earlier. It is not very important, but would you mind respining?

Thanks Troy

abellynow commented 5 years ago

Ok, done :)

tkisky commented 5 years ago

On 5/8/2019 10:35 AM, abellynow wrote:

Sure I can do that, but |h| is initialized to |NULL| in line 446, so I'm not sure it's necessary.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/boundarydevices/imx_usb_loader/pull/94#issuecomment-490579505, or mute the thread https://github.com/notifications/unsubscribe-auth/AANA3PZJE6IWEX5DDKWIPGTPUMFN7ANCNFSM4HLTOEUA.

Thanks, commited

BR Troy