mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Update 77-mm-usb-device-blacklist.rules
fix: updated the blacklist rules file with the updated usb_cdc vid/pid values
This commit is contained in:
parent
e5a15888b6
commit
513c6c98af
1 changed files with 2 additions and 0 deletions
|
@ -11,8 +11,10 @@ ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
|
|||
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"
|
||||
|
||||
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"
|
||||
|
||||
LABEL="mm_usb_device_blacklist_end"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue