From 56a266dad8dd5c85814f5c5126ea5e195c9f2090 Mon Sep 17 00:00:00 2001 From: Bernhard Schneider Date: Sat, 27 Sep 2014 17:03:21 +0200 Subject: [PATCH] Alternative rules file Linux does not open the proper file if the cdc-acm module is not loaded. --- support/scripts/ 45-maple.rules.alt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 support/scripts/ 45-maple.rules.alt diff --git a/support/scripts/ 45-maple.rules.alt b/support/scripts/ 45-maple.rules.alt new file mode 100644 index 000000000..4ede6b0ed --- /dev/null +++ b/support/scripts/ 45-maple.rules.alt @@ -0,0 +1,3 @@ +SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", RUN+="/sbin/modprobe cdc-acm", GROUP="plugdev", MODE="0660", SYMLINK+="maple" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0004", RUN+="/sbin/modprobe cdc-acm", GROUP="plugdev", MODE="0660", SYMLINK+="maple" +ATTRS{idVendor}=="1eaf", ENV{ID_MM_DEVICE_IGNORE}="1"