summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2010-06-29 21:45:15 +0200
committerDan Horák <dan@danny.cz>2010-06-29 21:45:15 +0200
commiteddf0ad86cc669e37eb1f5a5044c161d14763181 (patch)
tree54db246c6294d61037f1ca542c3967ff3350cf66
parentaa072f3615170a058ecee498f2d5223429e8f7fc (diff)
downloadutils-eddf0ad86cc669e37eb1f5a5044c161d14763181.tar.gz
utils-eddf0ad86cc669e37eb1f5a5044c161d14763181.tar.xz
utils-eddf0ad86cc669e37eb1f5a5044c161d14763181.zip
devices need to be in lower case
-rw-r--r--ccw.udev4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccw.udev b/ccw.udev
index 2c6a805..b8b6569 100644
--- a/ccw.udev
+++ b/ccw.udev
@@ -7,6 +7,6 @@ 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"
+SYSFS{cutype}=="3088/1e", RUN+="ccw_init"
+SYSFS{cutype}=="3088/1f", RUN+="ccw_init"
LABEL="ccw_end"