s390utils/SOURCES/ccw.udev

5 lines
132 B
Plaintext
Raw Normal View History

2022-05-17 10:30:42 +00:00
ACTION!="add|bind|change", GOTO="ccw_end"
SUBSYSTEM!="ccw", GOTO="ccw_end"
DRIVER=="ctcm|lcs|qeth", RUN+="ccw_init"
LABEL="ccw_end"