aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-05-27 11:37:29 +0200
committerHarald Hoyer <harald@redhat.com>2010-05-27 11:37:29 +0200
commitabbc1c17a0cd0c6f5d00f9d2cd3bf19901ccb6f8 (patch)
treecc97b25e8dabc022dd78246da4e1df059d796adb /rules
parentd80f8ffd1a182fe7fff9816e8a4efc09e877964b (diff)
downloadudev-abbc1c17a0cd0c6f5d00f9d2cd3bf19901ccb6f8.tar.gz
40-redhat.rules: removed file
Diffstat (limited to 'rules')
-rw-r--r--rules/redhat/40-redhat.rules27
1 files changed, 0 insertions, 27 deletions
diff --git a/rules/redhat/40-redhat.rules b/rules/redhat/40-redhat.rules
deleted file mode 100644
index 47ce9e50..00000000
--- a/rules/redhat/40-redhat.rules
+++ /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"