Skip to content

Commit

Permalink
chg: udev rules adapted to some unknown (as in not open sourced) firm…
Browse files Browse the repository at this point in the history
…ware found on pm3 easy devices
  • Loading branch information
iceman1001 committed May 23, 2018
1 parent f3f7245 commit 9c2ec8d
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 @@ -12,9 +12,11 @@ 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"
ATTRS{idVendor}=="502d" ATTRS{idProduct}=="502d", 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"
ATTRS{idVendor}=="502d" ATTRS{idProduct}=="502d", ENV{ID_MM_DEVICE_IGNORE}="1"

LABEL="mm_usb_device_blacklist_end"

0 comments on commit 9c2ec8d

Please sign in to comment.