From: Kay Sievers Date: Tue, 15 Dec 2009 15:15:33 +0000 (+0100) Subject: cdrom_id: remove deprecated device matches X-Git-Tag: 174~671 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63480d01aa61ac833517a48aea83dd8b12ccc828;p=systemd cdrom_id: remove deprecated device matches --- diff --git a/extras/cdrom_id/60-cdrom_id.rules b/extras/cdrom_id/60-cdrom_id.rules index a3e8e3c7..132a6804 100644 --- a/extras/cdrom_id/60-cdrom_id.rules +++ b/extras/cdrom_id/60-cdrom_id.rules @@ -2,4 +2,4 @@ # import optical drive properties ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", \ - KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]|xvd*", IMPORT{program}="cdrom_id --export $tempnode" + KERNEL=="sr[0-9]*|xvd*", IMPORT{program}="cdrom_id --export $tempnode"