mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
ti_usb_3410_5052: add Multi-Tech firmware
Add the Multi-Tech cellular modem firmware to the TI USB serial driver. This firmware was extracted from: ftp://ftp.multitech.com/wireless/wireless_linux.zip Firmware licence: "all firmware components are redistributable in binary form" per support@multitech.com Copyright (C) 2005 Multi-Tech Systems, Inc. Signed-off-by: Chris Adams <cmadams@hiwaay.net> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
cb7a7c6a2c
commit
7df5231660
@@ -282,6 +282,9 @@ MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_FIRMWARE("ti_3410.fw");
|
||||
MODULE_FIRMWARE("ti_5052.fw");
|
||||
MODULE_FIRMWARE("mts_cdma.fw");
|
||||
MODULE_FIRMWARE("mts_gsm.fw");
|
||||
MODULE_FIRMWARE("mts_edge.fw");
|
||||
|
||||
module_param(debug, bool, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes");
|
||||
|
||||
@@ -78,7 +78,8 @@ fw-shipped- += keyspan/mpr.fw keyspan/usa18x.fw keyspan/usa19.fw \
|
||||
keyspan/usa28.fw keyspan/usa28xa.fw keyspan/usa28xb.fw \
|
||||
keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw
|
||||
endif
|
||||
fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw
|
||||
fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw \
|
||||
mts_cdma.fw mts_gsm.fw mts_edge.fw
|
||||
fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \
|
||||
edgeport/down.fw edgeport/down2.fw
|
||||
fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin
|
||||
|
||||
@@ -191,7 +191,7 @@ Original licence information: None
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: tu_usb_3410_5052 -- USB TI 3410/5052 serial device
|
||||
Driver: ti_usb_3410_5052 -- USB TI 3410/5052 serial device
|
||||
|
||||
File: ti_3410.fw
|
||||
Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort
|
||||
@@ -206,6 +206,20 @@ Found in hex form in kernel source.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: ti_usb_3410_5052 -- Multi-Tech USB cell modems
|
||||
|
||||
File: mts_cdma.fw
|
||||
File: mts_gsm.fw
|
||||
File: mts_edge.fw
|
||||
|
||||
Licence: "all firmware components are redistributable in binary form"
|
||||
per support@multitech.com
|
||||
Copyright (C) 2005 Multi-Tech Systems, Inc.
|
||||
|
||||
Found in hex form in ftp://ftp.multitech.com/wireless/wireless_linux.zip
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device
|
||||
|
||||
File: whiteheat.fw
|
||||
|
||||
867
firmware/mts_cdma.fw.ihex
Normal file
867
firmware/mts_cdma.fw.ihex
Normal file
File diff suppressed because it is too large
Load Diff
881
firmware/mts_edge.fw.ihex
Normal file
881
firmware/mts_edge.fw.ihex
Normal file
File diff suppressed because it is too large
Load Diff
867
firmware/mts_gsm.fw.ihex
Normal file
867
firmware/mts_gsm.fw.ihex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user