s390utils/ccw.udev

5 lines
121 B
Plaintext
Raw Normal View History

2021-07-08 09:38:29 +00:00
ACTION!="bind", GOTO="ccw_end"
SUBSYSTEM!="ccw", GOTO="ccw_end"
2021-07-08 09:38:29 +00:00
DRIVER=="ctcm|lcs|qeth", RUN+="ccw_init"
LABEL="ccw_end"