]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Update 77-mm-usb-device-blacklist.rules 322/head
authorIceman <iceman@iuse.se>
Fri, 16 Jun 2017 17:48:18 +0000 (19:48 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2017 17:48:18 +0000 (19:48 +0200)
fix: updated the blacklist rules file with the updated usb_cdc vid/pid values

driver/77-mm-usb-device-blacklist.rules

index 80086f49c3acf5521c148651f1fd142179095d60..445a484eaaafbb8b6cd438dfa3286722e0367f13 100644 (file)
@@ -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"
Impressum, Datenschutz