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

device selection : use product name instead of device name #19

Open
bizulk opened this issue Dec 11, 2020 · 0 comments
Open

device selection : use product name instead of device name #19

bizulk opened this issue Dec 11, 2020 · 0 comments

Comments

@bizulk
Copy link
Owner

bizulk commented Dec 11, 2020

Actually we display the device name because usbmanager can return a list of them directly, device name are /dev/bus/usb/XXXX/YYYY. And these name are used for opening the connection.
But each device contains a product name simpler to recognize for user, like STM32 Com Port. Actually the developper can modify it in the device for the customer.

Instead of device name list, we should create a map of <device name, device product> so that we can display product names, and directly apply its device name when selected.

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

No branches or pull requests

1 participant