summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"