generic: rtl8366_smi: only assign pvid if no pvid was set yet
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index eb8ffaa7c064c93e9d5bd93e1b46786f5a035b2b..246cc3ab445b856e52e3fb5a16ec992e34a826a8 100644 (file)
@@ -1,6 +1,6 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
        exec /sbin/hotplug-call %SUBSYSTEM%
 }