s390utils/ccw.udev
2021-11-26 16:49:21 +01:00

5 lines
132 B
Plaintext

ACTION!="add|bind|change", GOTO="ccw_end"
SUBSYSTEM!="ccw", GOTO="ccw_end"
DRIVER=="ctcm|lcs|qeth", RUN+="ccw_init"
LABEL="ccw_end"