summaryrefslogtreecommitdiffstats
path: root/package/hotplug2/files/hotplug2.rules
blob: b88ea5669f97e8d12a8ded7f1d62c0f94cda6850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DEVICENAME ~~ (tun|tap[0-9]) {
	makedev /dev/net/%DEVICENAME% 0644
	next
}

DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
        makedev /dev/snd/%DEVICENAME% 0644
        next
}

DEVPATH is set {
	makedev /dev/%DEVICENAME% 0644
}

FIRMWARE is set {
	exec /sbin/hotplug-call firmware;
	next
}

SUBSYSTEM ~~ (net|button) {
	exec /sbin/hotplug-call %SUBSYSTEM%;
}