summaryrefslogtreecommitdiff
path: root/etc/udev/suse/50-pcmcia.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/suse/50-pcmcia.rules')
-rw-r--r--etc/udev/suse/50-pcmcia.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/udev/suse/50-pcmcia.rules b/etc/udev/suse/50-pcmcia.rules
new file mode 100644
index 0000000000..11ccde56e7
--- /dev/null
+++ b/etc/udev/suse/50-pcmcia.rules
@@ -0,0 +1,5 @@
+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="after_pcmcia"
+