blob: 91a754597bd8e214d60baa750dcdd1a5111257c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# do not edit this file, it will be overwritten on update
# keep devices after driver unload
KERNEL=="ppp", OPTIONS+="ignore_remove"
KERNEL=="tun", OPTIONS+="ignore_remove"
# setting permissions
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
# dialout devices
KERNEL=="ippp*|isdn*|dcbri*|rfcomm*|ttyACM[0-9]*|pilot", GROUP="dialout"
# sound devices (oss)
SUBSYSTEM=="snd", GROUP="audio"
# Sony Vaio Jogdial sonypi device
KERNEL=="sonypi", MODE="0666"
|