f2e178576b
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/s390utils#1b3563184907d74fc54a3ae6c0393d330c2a79fa
14 lines
506 B
Plaintext
14 lines
506 B
Plaintext
ACTION!="add|change", GOTO="ccw_end"
|
|
SUBSYSTEM!="ccw", GOTO="ccw_end"
|
|
ATTRS{cutype}=="1731/01", RUN+="ccw_init"
|
|
ATTRS{cutype}=="1731/02", RUN+="ccw_init"
|
|
ATTRS{cutype}=="1731/05", RUN+="ccw_init"
|
|
ATTRS{cutype}=="1731/06", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/01", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/08", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/60", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/61", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/1e", RUN+="ccw_init"
|
|
ATTRS{cutype}=="3088/1f", RUN+="ccw_init"
|
|
LABEL="ccw_end"
|