c46bddaf55
converted cio_free_device from an upstart job to systemd unit (jstodola) mon_statd: switch to using udevadm settle (#688140) cpuplugd: Fix incorrect multiplication in rules evaluation (#693365) cmsfs-fuse: Delete old file if renaming to an existing file (#690505) cmsfs-fuse: Enlarge fsname string (#690506) cmsfs-fuse: Unable to use cmsfs-fuse if $HOME is not set (#690514) hyptop: Prevent interactive mode on s390 line mode terminals (#690810)
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"
|