]>
Commit | Line | Data |
---|---|---|
1 | # Proxmark3 linux modem-manager de-confliction file | |
2 | # | |
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: | |
5 | # | |
6 | # 'sudo udevadm control --reload-rules' | |
7 | # | |
8 | ||
9 | # proxmark3 | |
10 | ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" |