diff -up initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules.ctc initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules --- initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules.ctc 2009-07-07 12:19:52.000000000 +0200 +++ initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules 2009-07-07 12:10:19.000000000 +0200 @@ -0,0 +1,10 @@ +# LCS +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/01", RUN+="/sbin/modprobe --quiet lcs" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/60", RUN+="/sbin/modprobe --quiet lcs" +# could be either CTC or LCS +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet ctc" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet lcs" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet ctc" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet lcs" +# CTC +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1e", RUN+="/sbin/modprobe --quiet ctc"