Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add multiple device support with command line option #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jbaltes
Copy link

@jbaltes jbaltes commented Oct 8, 2018

when more than one imx device is connected at the usb-bus,
only the first device is addressable.
With command line '-n ' all devices can be addressed.
start with '1' and should be the device number
counted with 'lsusb'.

Jochen Baltes added 2 commits May 15, 2017 19:07
when more than one imx device is connected at the usb-bus,
only the first device is addressable.
With command line '-n <device-count>' all devices can be addressed.
<device-count> start with '1' and should be the device number
counted with 'lsusb'.

Signed-off-by: Jochen Baltes <jochen.baltes@gmail.com>
add required variable device_count to functions
devices which are not found in valid devices are not count any more

Signed-off-by: Jochen Baltes <jochen.baltes@kontron.com>
@tkisky
Copy link
Contributor

tkisky commented May 8, 2019

Is this patch still useful after #84 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants