X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/890d7a063e9191d1acfd4086534e7e05987cae77..271da7f4e93492f377c0fcf25def4591d60b9fbc:/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 bd30e5563..a96a8fa76 100644 --- 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%" # } +$include /etc/hotplug2-platform.rules + DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) { makedev /dev/%DEVICENAME% 0666 next-event @@ -15,10 +17,9 @@ DEVICENAME ~~ (^tun|^tap[0-9]$) { DEVICENAME ~~ ^ppp { makedev /dev/%DEVICENAME% 0600 - next-event } -DEVICENAME ~~ (^controlC[0-9]$|^pcmC0D0|^timer$) { +DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) { makedev /dev/snd/%DEVICENAME% 0644 next-event } @@ -41,6 +42,7 @@ DEVPATH is set { } FIRMWARE is set, ACTION == add { + exec /sbin/hotplug-call firmware load-firmware /lib/firmware next-event }