projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add md5sum of kernel
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2-common.rules
diff --git
a/package/base-files/files/etc/hotplug2-common.rules
b/package/base-files/files/etc/hotplug2-common.rules
index
dffca0b
..
a96a8fa
100644
(file)
--- a/
package/base-files/files/etc/hotplug2-common.rules
+++ b/
package/base-files/files/etc/hotplug2-common.rules
@@
-4,6
+4,8
@@
# exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%"
# }
# exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%"
# }
+$include /etc/hotplug2-platform.rules
+
DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) {
makedev /dev/%DEVICENAME% 0666
next-event
DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) {
makedev /dev/%DEVICENAME% 0666
next-event
@@
-15,7
+17,6
@@
DEVICENAME ~~ (^tun|^tap[0-9]$) {
DEVICENAME ~~ ^ppp {
makedev /dev/%DEVICENAME% 0600
DEVICENAME ~~ ^ppp {
makedev /dev/%DEVICENAME% 0600
- next-event
}
DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {
}
DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {
@@
-41,6
+42,7
@@
DEVPATH is set {
}
FIRMWARE is set, ACTION == add {
}
FIRMWARE is set, ACTION == add {
+ exec /sbin/hotplug-call firmware
load-firmware /lib/firmware
next-event
}
load-firmware /lib/firmware
next-event
}
This page took
0.030375 seconds
and
4
git commands to generate.