You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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
+2
-1
@@ -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
|
||||
|
||||
+15
-1
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user