chiark / gitweb /
update Debian rules
[elogind.git] / etc / udev / debian / persistent.rules
index 7fc86246f3dd604e83b8ec62b2e3ab71f66efafc..9f1887ddea1f18b4e1a299d38eb3bd0f6efa5458 100644 (file)
@@ -33,8 +33,7 @@ KERNEL=="*[!0-9]", \
        IMPORT{program}="edd_id --export $tempnode"
 
 # find the physical path of the device
-KERNEL=="*[!0-9]|sr*|st*",             ENV{ID_TYPE}=="?*", \
-       IMPORT{program}="path_id $devpath"
+KERNEL=="*[!0-9]|sr*|st*",             IMPORT{program}="path_id $devpath"
 
 # import the variables of partitions from the parent disks
 KERNEL=="*[0-9]",                      IMPORT{parent}="ID_*"