mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Updated usb_modeswitch (1.0.6).
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.0.5
|
||||
VER = 1.0.6
|
||||
|
||||
THISAPP = usb_modeswitch-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 294848bbbcbd77dc9a4caf08327ca297
|
||||
$(DL_FILE)_MD5 = 7aca4741af6c409ef3ff09f60859a8f8
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,7 +70,6 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/usb_modeswitch-huawei_e1762.patch
|
||||
cd $(DIR_APP) && make clean
|
||||
cd $(DIR_APP) && make all $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
diff -Naur usb_modeswitch-1.0.5.org/usb_modeswitch.conf usb_modeswitch-1.0.5/usb_modeswitch.conf
|
||||
--- usb_modeswitch-1.0.5.org/usb_modeswitch.conf 2009-08-26 23:52:00.000000000 +0200
|
||||
+++ usb_modeswitch-1.0.5/usb_modeswitch.conf 2009-12-17 23:13:39.000000000 +0100
|
||||
@@ -1191,6 +1191,23 @@
|
||||
|
||||
|
||||
########################################################
|
||||
+# Huawei E1762 / Bildmobil Speedstick
|
||||
+#
|
||||
+# Contributor: Arne Fitzenreiter
|
||||
+
|
||||
+;DefaultVendor= 0x12d1
|
||||
+;DefaultProduct= 0x1446
|
||||
+
|
||||
+;TargetVendor= 0x12d1
|
||||
+;TargetProduct= 0x140c
|
||||
+
|
||||
+# only for reference and 0.x versions
|
||||
+# MessageEndpoint=0x01
|
||||
+
|
||||
+;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
|
||||
+
|
||||
+
|
||||
+########################################################
|
||||
# ZTE K3520-Z
|
||||
#
|
||||
# Contributor: Paul McDermott
|
||||
Reference in New Issue
Block a user