mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 01:25:41 +08:00
add linux modem manager de-confliction file
This commit is contained in:
parent
981bd4292e
commit
0ae173ba23
1 changed files with 10 additions and 0 deletions
10
driver/77-mm-usb-device-blacklist.rules
Normal file
10
driver/77-mm-usb-device-blacklist.rules
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Proxmark3 linux modem-manager de-confliction file
|
||||
#
|
||||
# copy this file to /etc/udev/rules.d (or add the entry to the end of an existing file)
|
||||
# and restart udev hotplug:
|
||||
#
|
||||
# 'sudo udevadm control --reload-rules'
|
||||
#
|
||||
|
||||
# proxmark3
|
||||
ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
|
Loading…
Reference in a new issue