On Fri, Feb 10, 2012 at 6:09 AM, Cezary Jackiewicz
<cezary.jackiew...@gmail.com> wrote:
> -v/-p is now mandatory
>
> Signed-off-by: Cezary Jackiewicz <cezary.jackiew...@gmail.com>
>
> Index: feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug
> ===================================================================
> --- feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug        
> (wersja 30406)
> +++ feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug        
> (kopia robocza)
> @@ -126,7 +126,7 @@
>                        local usb_dir="/sys/$DEVPATH"
>                        [ -f "$usb_dir/idVendor" ] || usb_dir="${usb_dir%/*}"
>                        while [ $switching_done -lt 1 -a $switching_tries -le 
> 6 ]; do
> -                               $modeswitch -I -D -n -s 30 -c "${configs%% *}"
> +                               $modeswitch -v $uVid -p $uPid -I -D -n -s 30 
> -c "${configs%% *}"
>                                if [ $(sanitize "$usb_dir/idProduct") = $uPid 
> ]; then
>                                        log "switching seemingly failed"
>                                else
> Index: feeds/packages/utils/usb-modeswitch/Makefile
> ===================================================================
> --- feeds/packages/utils/usb-modeswitch/Makefile        (wersja 30406)
> +++ feeds/packages/utils/usb-modeswitch/Makefile        (kopia robocza)
> @@ -8,12 +8,12 @@
>  include $(TOPDIR)/rules.mk
>
>  PKG_NAME:=usb-modeswitch
> -PKG_VERSION:=1.2.0
> -PKG_RELEASE:=2
> +PKG_VERSION:=1.2.3
> +PKG_RELEASE:=1
>
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
>  PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
> -PKG_MD5SUM:=1932ab96d6e3c5e0a6bdfac863338627
> +PKG_MD5SUM:=9b29e8b0d93d7604a9e5efc4696d37a3
>
>  include $(INCLUDE_DIR)/package.mk
>
>
> --
> Pozdrawiam,
>  Cezary Jackiewicz

Committed revision 30411

_____________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to