mirror of
				https://github.com/Proxmark/proxmark3.git
				synced 2025-11-04 03:57:23 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			729 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			729 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# 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
 | 
						|
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"
 |