From: florian Date: Sat, 10 Apr 2010 18:35:14 +0000 (+0000) Subject: [package] add debugging entry to hotplug config X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fc6a5146e946d71b799a695540e7f7c444427a3c;p=openwrt.git [package] add debugging entry to hotplug config This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index bb76667bb9..96a473116a 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -1,4 +1,10 @@ +# uncomment me to log hotplug events +# DEVPATH is set { +# nothrottle +# exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%" +# } + DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) { nothrottle makedev /dev/%DEVICENAME% 0666