Skip to content

bug fix - not detecting the usb devices behind a hub.#349

Open
VasiliyTurchenko wants to merge 1 commit intogusmanb:masterfrom
VasiliyTurchenko:usb--dev-linux-detection
Open

bug fix - not detecting the usb devices behind a hub.#349
VasiliyTurchenko wants to merge 1 commit intogusmanb:masterfrom
VasiliyTurchenko:usb--dev-linux-detection

Conversation

@VasiliyTurchenko
Copy link

Under Linux, the regex for searching possibly connected devices does not allow to detect a device connected via hub. It's because ^[0-9]+-[0-9]+$ limits search only by devices connected directly to the usb port.
The PR extends the search range to devices connected via one or more hubs: ^[0-9]+-[0-9]+(\.[0-9]+)*$

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.

1 participant