You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
506 B
14 lines
506 B
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"
|