Skip to content

Commit

Permalink
Update 77-mm-usb-device-blacklist.rules
Browse files Browse the repository at this point in the history
fix: updated the suggested blacklist values to match the updated pm3 usb_cdc values vid/pid
  • Loading branch information
iceman1001 authored Jun 16, 2017
1 parent 0865ed7 commit e82496c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/77-mm-usb-device-blacklist.rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
SUBSYSTEM!="tty", GOTO="mm_ignore"

ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"

LABEL="mm_ignore"
ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1"

LABEL="mm_usb_device_blacklist_end"

0 comments on commit e82496c

Please sign in to comment.