aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-09-13 18:16:21 +0200
committerHarald Hoyer <harald@redhat.com>2010-09-13 18:24:40 +0200
commit0f60047979544ecccc3bb294f052d38c898138ea (patch)
tree53354b7cb5c2a034a3c5e08057ff551b4c305e01 /udev
parentc014f9c6c09b50302e89f9df21077343b6c363b8 (diff)
downloadinitscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar
initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.gz
initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.bz2
initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.xz
initscripts-0f60047979544ecccc3bb294f052d38c898138ea.zip
s390: Added required 54-cu3088-fix.rules udev rules file (#475721)
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/54-cu3088-fix.rules10
1 files changed, 10 insertions, 0 deletions
diff --git a/udev/rules.d/54-cu3088-fix.rules b/udev/rules.d/54-cu3088-fix.rules
new file mode 100644
index 00000000..a975b24f
--- /dev/null
+++ b/udev/rules.d/54-cu3088-fix.rules
@@ -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"