1 # Proxmark3 linux modem-manager de-confliction file
3 # copy this file to /etc/udev/rules.d (or add the entry to the end of an existing file)
4 # and restart udev hotplug:
6 # 'sudo udevadm control --reload-rules'
10 ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
11 SUBSYSTEM!="tty", GOTO="mm_ignore"
13 ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
14 ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
17 ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
18 ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1"
20 LABEL="mm_usb_device_blacklist_end"