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

Remove bInterfaceProtocol check when blacklisting ModemManager #1

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

mrodem
Copy link
Contributor

@mrodem mrodem commented Jun 7, 2018

The bInterfaceProtocol=="01" check does not match nRF USB CDC ACM devices. These devices are then not blacklisted, and ModemManager will start interfering. Removing this check, as looking for the NRF_CDC_ACM variable (set by 71-nrf.rules) is sufficient for identifying nRF USB CDC ACM devices.

Tested on Ubuntu 16.04 and 18.04.

mrodem added 2 commits June 7, 2018 12:34
The bInterfaceProtocol=="01" check does not match nRF USB CDC ACM
devices. These devices are then not blacklisted, and ModemManager will
start interfering. Removing this check, as looking for the NRF_CDC_ACM
variable (set by 71-nrf.rules) is sufficient for identifying nRF USB CDC
ACM devices.
@mrodem mrodem merged commit 20b83b5 into master Jun 7, 2018
@mrodem mrodem deleted the fix/modemmanager-ignore branch June 7, 2018 11:48
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.

2 participants