1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[backfire] backport r26808 and r26848

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2011-05-08 10:48:38 +00:00
parent efd3bf758f
commit a48b1c1ca7
3 changed files with 21 additions and 10 deletions

View File

@@ -80,6 +80,11 @@ start() {
}
load_modules /etc/modules.d/*
# another round of USB coldplugging to kick devices into operation which lacked drivers before
for dev in /sys/bus/usb/devices/*/uevent; do
[ -e "$dev" ] && echo -n add > "$dev"
done
}
stop() {