# /etc/udev/rules.d/55-dragora.rules # # Rule definitions for Dragora, based on LFS. # Do not edit this file, it will be overwritten on update. # Core kernel devices: # # This causes the system clock to be set as soon as /dev/rtc becomes available. SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/rc.clock start" KERNEL=="rtc[0-9]", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/rc.clock start" # Comms devices: KERNEL=="ippp[0-9]*", GROUP="dialout" KERNEL=="isdn[0-9]*", GROUP="dialout" KERNEL=="isdnctrl[0-9]*", GROUP="dialout" KERNEL=="dcbri[0-9]*", GROUP="dialout" # Input devices: KERNEL=="mice|psaux", SYMLINK+="mouse"