summaryrefslogtreecommitdiffstats
path: root/ccw.udev
blob: b8b6569984e4e53848c89e46aa3202123440bf10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ACTION!="add|change", GOTO="ccw_end"
SUBSYSTEM!="ccw", GOTO="ccw_end"
SYSFS{cutype}=="1731/01", RUN+="ccw_init"
SYSFS{cutype}=="1731/05", RUN+="ccw_init"
SYSFS{cutype}=="1731/06", RUN+="ccw_init"
SYSFS{cutype}=="3088/01", RUN+="ccw_init"
SYSFS{cutype}=="3088/08", RUN+="ccw_init"
SYSFS{cutype}=="3088/60", RUN+="ccw_init"
SYSFS{cutype}=="3088/61", RUN+="ccw_init"
SYSFS{cutype}=="3088/1e", RUN+="ccw_init"
SYSFS{cutype}=="3088/1f", RUN+="ccw_init"
LABEL="ccw_end"