summaryrefslogtreecommitdiffstats
path: root/package/hotplug2/files/hotplug2.rules
blob: 5122ada3787555336d55e8815f607b9a3775a154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEVICENAME ~~ (tun|tap[0-9]) {
	makedev /dev/net/%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%;
}