mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
efbd13e838
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
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"
|
|
|