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> SVN-Revision: 20785
This commit is contained in:
parent
54e62a3f38
commit
135c4b8d05
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue