X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fsbin%2Fhotplug-call;h=0d96e80aaf086400ee13778588f2e885156cf79f;hb=0ea2666dadb9db7a96c3fb7d97d9de3fcfe226d5;hp=c5a76a76c134065ec4e1e344517de03b716f79f7;hpb=5d481506b484923540517186458106fa6f84471a;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/sbin/hotplug-call b/package/base-files/files/sbin/hotplug-call index c5a76a76c..0d96e80aa 100755 --- a/package/base-files/files/sbin/hotplug-call +++ b/package/base-files/files/sbin/hotplug-call @@ -1,19 +1,8 @@ #!/bin/sh -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org export HOTPLUG_TYPE="$1" -# bypass the normal hotplug path for firmware loading -# would otherwise cause problems with drivers like bcm43xx -[ -d /sys/firmware -a "firmware" = "$HOTPLUG_TYPE" -a "add" = "$ACTION" ] && { - [ -f "/lib/firmware/$FIRMWARE" ] && { - echo 1 > "/sys$DEVPATH/loading" - dd if="/lib/firmware/$FIRMWARE" of="/sys$DEVPATH/data" bs=64k - echo 0 > "/sys$DEVPATH/loading" - } - exit 0 -} - . /etc/functions.sh PATH=/bin:/sbin:/usr/bin:/usr/sbin