s390utils/SOURCES/ccw.udev
2022-05-17 10:32:15 +00: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"