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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions nrf-udev_1.0.0-all/lib/udev/rules.d/99-mm-nrf-blacklist.rules

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: nrf-udev
Version: 1.0.0
Version: 1.0.1
Architecture: all
Maintainer: Iván Sánchez Ortega <[email protected]>
Description: udev rules for nRF (Nordic Semiconductor) development kits
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions nrf-udev_1.0.1-all/lib/udev/rules.d/99-mm-nrf-blacklist.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 99-modemmmanager-acm-fix.rules
# Previously flagged nRF USB CDC ACM devices shall be ignored by ModemManager
ENV{NRF_CDC_ACM}=="1", ENV{ID_MM_CANDIDATE}="0", ENV{ID_MM_DEVICE_IGNORE}="1"