1234567891011 |
- # /etc/udev/rules.d/55-dragora.rules: Rule definitions for Dragora.
- # Based on the rules provided by the "Linux From Scratch" project.
- # COMM 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"
|