summaryrefslogtreecommitdiff
path: root/etc/udev/suse/80-pcmcia.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/suse/80-pcmcia.rules')
-rw-r--r--etc/udev/suse/80-pcmcia.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/udev/suse/80-pcmcia.rules b/etc/udev/suse/80-pcmcia.rules
new file mode 100644
index 0000000000..cae7a7606c
--- /dev/null
+++ b/etc/udev/suse/80-pcmcia.rules
@@ -0,0 +1,7 @@
+ENV{SYSCONFIG}=="no|off|0", GOTO="pcmcia_end"
+
+SUBSYSTEM=="pcmcia_socket", ACTION=="add", RUN+="/sbin/hwup pcmcia_socket-devpath-%p -o hotplug"
+SUBSYSTEM=="pcmcia", ACTION=="add", RUN+="/sbin/hwup pcmcia-devpath-%p -o hotplug"
+
+LABEL="pcmcia_end"
+