boundarydevices / imx_usb_loader

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

imx_usb: use device found by find_imx_device #84

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.

jonentropy commented 5 years ago

This works fine for me, and fixed an issue I had with opening multiple devices at the same time which had the same VID:PID.

tkisky commented 5 years ago

I'm sorry about the long delay, can I get your "Signed-off-by" on the patch.

Thanks Troy

abellynow commented 5 years ago

So no merge?

abellynow commented 5 years ago

Created #94 instead, rebase on master and signed off.