2011-11-01 18:22:29 +08:00
|
|
|
# Udev rules for Chakra GNU/Linux by Phil Miller <philm@chakra-project.org>
|
2010-07-15 06:49:24 +08:00
|
|
|
# do not edit this file, it will be overwritten on update
|
2011-11-01 18:22:29 +08:00
|
|
|
# this file is going away in the near future
|
2010-07-15 06:49:24 +08:00
|
|
|
|
|
|
|
# permissions for IDE CD devices
|
|
|
|
SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTRS{media}=="cdrom*", GROUP="optical"
|
|
|
|
|
|
|
|
# permissions for SCSI CD devices
|
2011-07-12 05:45:44 +08:00
|
|
|
SUBSYSTEMS=="scsi", KERNEL=="s[rg][0-9]*", ATTRS{type}=="5", GROUP="optical"
|
2010-07-15 06:49:24 +08:00
|
|
|
|
|
|
|
# misc
|
2011-11-01 18:22:29 +08:00
|
|
|
KERNEL=="sonypi", MODE="0666"
|
2010-07-15 06:49:24 +08:00
|
|
|
|
|
|
|
# USB devices
|
2011-11-01 18:22:29 +08:00
|
|
|
KERNEL=="legousbtower*", MODE="0666"
|