From eddf0ad86cc669e37eb1f5a5044c161d14763181 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Tue, 29 Jun 2010 21:45:15 +0200 Subject: devices need to be in lower case --- ccw.udev | 4 ++-- 1 file 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" -- cgit