diff options
author | Chris Adams <cmadams@hiwaay.net> | 2009-01-11 14:49:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-12 19:37:01 -0500 |
commit | 7df52316601bfe308e427e0882f3e801682d800b (patch) | |
tree | 423079833c62e5fb21283544d4ceee34b83aabe6 /firmware/Makefile | |
parent | cb7a7c6a2cae5696b8aa636e86e9befd3dd00318 (diff) |
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>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index ea1d28f9b44c..466106fa2146 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -78,7 +78,8 @@ fw-shipped- += keyspan/mpr.fw keyspan/usa18x.fw keyspan/usa19.fw \ | |||
78 | keyspan/usa28.fw keyspan/usa28xa.fw keyspan/usa28xb.fw \ | 78 | keyspan/usa28.fw keyspan/usa28xa.fw keyspan/usa28xb.fw \ |
79 | keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw | 79 | keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw |
80 | endif | 80 | endif |
81 | fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw | 81 | fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw \ |
82 | mts_cdma.fw mts_gsm.fw mts_edge.fw | ||
82 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \ | 83 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \ |
83 | edgeport/down.fw edgeport/down2.fw | 84 | edgeport/down.fw edgeport/down2.fw |
84 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin | 85 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin |