summaryrefslogtreecommitdiff
path: root/extra/usb_serial/51-google-serial-fallback.rules
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_serial/51-google-serial-fallback.rules')
-rw-r--r--extra/usb_serial/51-google-serial-fallback.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/usb_serial/51-google-serial-fallback.rules b/extra/usb_serial/51-google-serial-fallback.rules
new file mode 100644
index 0000000000..5f43e58e30
--- /dev/null
+++ b/extra/usb_serial/51-google-serial-fallback.rules
@@ -0,0 +1,6 @@
+#
+# Add USB VID/PID for usb-serial compatible CCD devices. This is a fallback
+# rule that can be used if the raiden module can't be built, or used for some
+# reason.
+#
+SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="18d1", ENV{ID_USB_INTERFACES}=="*:ff5001:*", RUN+="add_usb_serial_id $attr{idVendor} $attr{idProduct}"