blacklist: include all devices from Prusa Research

This commit is contained in:
Aleksander Morgado
2018-07-19 15:56:40 +02:00
parent d3bc046764
commit df8ead4808

View File

@@ -205,4 +205,7 @@ ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f012", ENV{ID_MM_DEVICE_IGNORE}="1"
# Pycom Pytrack # Pycom Pytrack
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f013", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f013", ENV{ID_MM_DEVICE_IGNORE}="1"
# All devices from Prusa Research
ATTRS{idVendor}=="2c99", ENV{ID_MM_DEVICE_IGNORE}="1"
LABEL="mm_usb_device_blacklist_end" LABEL="mm_usb_device_blacklist_end"