From: marshmellow42 Date: Mon, 19 Jun 2017 13:01:44 +0000 (-0400) Subject: Merge pull request #322 from Proxmark/iceman1001-patch-2 X-Git-Tag: v3.1.0~208 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/58c00ce7fcfcd29a304117a7f2c616aa1458a361?hp=0c29544f640b8e8c03005b10229526a2d57e5954 Merge pull request #322 from Proxmark/iceman1001-patch-2 Update 77-mm-usb-device-blacklist.rules --- diff --git a/driver/77-mm-usb-device-blacklist.rules b/driver/77-mm-usb-device-blacklist.rules index 80086f49..445a484e 100644 --- a/driver/77-mm-usb-device-blacklist.rules +++ b/driver/77-mm-usb-device-blacklist.rules @@ -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"