Files
linux_tools/rules.d/77-bitscope.rules
2021-01-22 10:13:40 -05:00

11 lines
366 B
Plaintext

# Modem Manager must ignore BitScope/FTDI USB Serial Devices | 19838.02
ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end"
ENV{DEVTYPE}!="usb_device", GOTO="mm_usb_device_blacklist_end"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ENV{ID_MM_DEVICE_IGNORE}="1"
LABEL="mm_usb_device_blacklist_end"