summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/udev.rules
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-17 15:35:15 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-17 15:35:15 (GMT)
commitb1ae0fb1e45f4d6cc79200b30b18a7aac0f9b7de (patch)
tree69ed56187e94ca1ecd2cef2a082aef769dc05eac /openwrt/rhctl/files/udev.rules
parent0e5843d0ab4bed1a8bf9afb11834b4cc71d11adf (diff)
added dependency to udev and init script for it
removed dependency to socat (not working anyway) some fixes at openwrt package
Diffstat (limited to 'openwrt/rhctl/files/udev.rules')
-rw-r--r--openwrt/rhctl/files/udev.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/udev.rules b/openwrt/rhctl/files/udev.rules
new file mode 100644
index 0000000..1723ace
--- /dev/null
+++ b/openwrt/rhctl/files/udev.rules
@@ -0,0 +1,7 @@
+# rhctl usb-serial rules
+#
+
+SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE2BB18", SYMLINK+="ttyMaster"
+SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE2BI9E", SYMLINK+="ttyHeartbeat"
+SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE27L3P", SYMLINK+="ttyStandby"
+SUBSYSTEMS=="usb-serial", KERNELS=="ttyUSB*", DRIVERS=="pl2303", SYMLINK+="audioswitch"