aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-04-12 14:10:24 +0200
committerHarald Hoyer <harald@redhat.com>2011-04-12 14:10:24 +0200
commitff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8 (patch)
treeeb8c768e45eb7e0158564927b7760f0fadaadac7
parent52bfad29a1bf74c01dad9ade4f515e18578b8622 (diff)
downloadinitscripts-ff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8.tar
initscripts-ff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8.tar.gz
initscripts-ff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8.tar.bz2
initscripts-ff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8.tar.xz
initscripts-ff16de6d9a8f9bbfa8f6a9c468a24cf2100f48b8.zip
55-ccw.rules: add 1731/02
https://bugzilla.redhat.com/show_bug.cgi?id=653621
-rw-r--r--udev/rules.d/55-ccw.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/rules.d/55-ccw.rules b/udev/rules.d/55-ccw.rules
index dc0db663..51ddfb2e 100644
--- a/udev/rules.d/55-ccw.rules
+++ b/udev/rules.d/55-ccw.rules
@@ -1,4 +1,5 @@
ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="1731/01", RUN+="/lib/udev/ccw_init"
+ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="1731/02", RUN+="/lib/udev/ccw_init"
ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="1731/05", RUN+="/lib/udev/ccw_init"
ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="1731/06", RUN+="/lib/udev/ccw_init"
ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/01", RUN+="/lib/udev/ccw_init"