blob: a6697ae86d5e585ee391c07cbf0e7f546f93ef05 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$include /etc/hotplug2-init.rules
FIRMWARE is set {
nothrottle
exec /sbin/hotplug-call firmware;
next
}
SUBSYSTEM ~~ (net|button|usb) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}
|