hotplug2.rules 180 B

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