Commit 7df52316 authored by Chris Adams's avatar Chris Adams Committed by Linus Torvalds

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: default avatarChris Adams <cmadams@hiwaay.net>
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cb7a7c6a
...@@ -282,6 +282,9 @@ MODULE_LICENSE("GPL"); ...@@ -282,6 +282,9 @@ MODULE_LICENSE("GPL");
MODULE_FIRMWARE("ti_3410.fw"); MODULE_FIRMWARE("ti_3410.fw");
MODULE_FIRMWARE("ti_5052.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_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes"); 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 \ ...@@ -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/usa28.fw keyspan/usa28xa.fw keyspan/usa28xb.fw \
keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw
endif 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 \ fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \
edgeport/down.fw edgeport/down2.fw edgeport/down.fw edgeport/down2.fw
fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin
......
...@@ -191,7 +191,7 @@ Original licence information: None ...@@ -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 File: ti_3410.fw
Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort
...@@ -206,6 +206,20 @@ Found in hex form in kernel source. ...@@ -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 Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device
File: whiteheat.fw File: whiteheat.fw
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment