chiark / gitweb /
40-redhat.rules: removed file
authorHarald Hoyer <harald@redhat.com>
Thu, 27 May 2010 09:37:29 +0000 (11:37 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 27 May 2010 09:37:29 +0000 (11:37 +0200)
rules/redhat/40-redhat.rules [deleted file]

diff --git a/rules/redhat/40-redhat.rules b/rules/redhat/40-redhat.rules
deleted file mode 100644 (file)
index 47ce9e5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-KERNEL=="hd*[!0-9]", SUBSYSTEMS=="ide", ATTRS{media}=="floppy", SYMLINK+="floppy floppy-%k", OPTIONS+="ignore_remove"
-KERNEL=="hd*[0-9]", ATTRS{media}=="floppy", ATTRS{removable}=="1", SYMLINK+="floppy-%k", OPTIONS+="ignore_remove"
-
-KERNEL=="fw*", PROGRAM="fw_unit_symlinks.sh %k %n", SYMLINK+="$result"
-
-ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="3|6", SYMLINK+="scanner scanner-%k", MODE="0660"
-
-ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="8", SYMLINK+="changer changer-%k", MODE="0660", GROUP="disk"
-
-BUS=="usb", KERNEL=="sd*", ATTRS{bInterfaceClass}=="08", ATTRS{bInterfaceSubClass}=="04", GROUP="floppy", MODE="0660",         SYMLINK+="floppy floppy-%k"
-
-KERNEL=="fd[0-9]*",            SYMLINK+="floppy floppy-%k"
-
-ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="0|7|14", \
-        RUN+="/sbin/modprobe sd_mod"
-ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="[45]", \
-        RUN+="/sbin/modprobe sr_mod"
-
-KERNEL=="vcs",                 OWNER="vcsa", GROUP="tty"
-KERNEL=="vcs[0-9]*",           OWNER="vcsa", GROUP="tty"
-KERNEL=="vcsa",                OWNER="vcsa", GROUP="tty"
-KERNEL=="vcsa[0-9]*",          OWNER="vcsa", GROUP="tty"
-KERNEL=="vcc/*",               OWNER="vcsa", GROUP="tty"
-
-KERNEL=="event*", ATTRS{idVendor}=="03f0", ATTRS{interface}=="Virtual Mouse", ATTRS{bInterfaceProtocol}=="02", SYMLINK+="input/hp_ilo_mouse"