From ae7afb7cdb8f8c978591c3b8486969096e4c2b99 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 26 May 2009 09:30:45 +0000 Subject: allow hotplug events to be triggered with the atm subsystem (#2996) SVN-Revision: 16073 --- package/hotplug2/files/hotplug2.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index c52c60f4a1..ed9bd11131 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,6 +1,6 @@ $include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) { exec /sbin/hotplug-call %SUBSYSTEM%; } -- cgit v1.2.3