mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
[package] add debugging entry to hotplug config
This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a458cd36f4
commit
fc6a5146e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user