Compiler correctly identified a buffer overflow, fixed that and made the code use...
[legacy-proxmark3.git] / driver / 77-mm-usb-device-blacklist.rules
blob80086f49c3acf5521c148651f1fd142179095d60
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'
9 # proxmark3
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"
15 LABEL="mm_ignore"
16 ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
18 LABEL="mm_usb_device_blacklist_end"