From 135c4b8d05fb456aa9a866e585c256fe9d395e31 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 10 Apr 2010 18:35:14 +0000 Subject: [PATCH] add debugging entry to hotplug config This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville SVN-Revision: 20785 --- package/base-files/files/etc/hotplug2-common.rules | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2