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,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) {
|
DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) {
|
||||||
nothrottle
|
nothrottle
|
||||||
makedev /dev/%DEVICENAME% 0666
|
makedev /dev/%DEVICENAME% 0666
|
||||||
|
|
Loading…
Reference in New Issue