aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--udev/rules.d/54-cu3088-fix.rules10
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f559842..90ca55fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
-commit 6c1b28fe9754a794ccd406094a6b03744551a9a5
+commit 923ef28cc4d4654e58033c81cd44ce9e1e4734b8
Author: Harald Hoyer <harald@redhat.com>
Date: Mon Sep 13 17:30:23 2010 +0200
version 8.45.31
- initscripts.spec | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ ChangeLog | 1016 ++++++++++++++++++++++++++++++++++--------------------
+ initscripts.spec | 4 +-
+ 2 files changed, 636 insertions(+), 384 deletions(-)
commit 52a7a1f115bb87323620b73f5dde21e2c5e7d9a7
Author: Phil Knirsch <pknirsch@redhat.com>
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"