summaryrefslogtreecommitdiff
path: root/etc/udev/suse/80-sysconfig.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/suse/80-sysconfig.rules')
-rw-r--r--etc/udev/suse/80-sysconfig.rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/udev/suse/80-sysconfig.rules b/etc/udev/suse/80-sysconfig.rules
index d33d975b36..7073813c61 100644
--- a/etc/udev/suse/80-sysconfig.rules
+++ b/etc/udev/suse/80-sysconfig.rules
@@ -1,7 +1,6 @@
ENV{SYSCONFIG}=="no|off|0", GOTO="sysconfig_end"
-# network devices
-KERNEL=="tun", NAME="net/%k", MODE="0600"
+# SUSE network device handling
SUBSYSTEM=="net", ACTION=="add", RUN+="/sbin/ifup $env{INTERFACE} -o hotplug"
SUBSYSTEM=="net", ACTION=="remove", RUN+="/sbin/ifdown %k -o hotplug"
@@ -16,5 +15,7 @@ SUBSYSTEM=="macio", ACTION=="add", RUN+="/sbin/hwup bus-macio-%k -o hotplug"
SUBSYSTEM=="ccw", ACTION=="add", RUN+="/sbin/hwup ccw-devpath-%p -o hotplug"
SUBSYSTEM=="ccwgroup", ACTION=="add", RUN+="/sbin/hwup ccwgroup-devpath-%p -o hotplug"
SUBSYSTEM=="pnp", ACTION=="add", RUN+="/sbin/hwup pnp-devpath-%p -o hotplug"
+#SUBSYSTEM=="ide", ACTION=="add", RUN+="/sbin/hwup ide-devpath-%p -o hotplug"
+#SUBSYSTEM=="input", KERNEL=="input[0-9]*", ACTION=="add", RUN+="/sbin/hwup input-devpath-%p -o hotplug"
LABEL="sysconfig_end"