diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-29 09:11:45 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-29 09:11:45 -0200 |
commit | 68a6fa1ae421b7c28eb6b8365f3adfd08007e7b7 (patch) | |
tree | b265ded25a26153e1e670422b57f9fa4e7e8ddab /linux/firmware | |
parent | bb7d8f518e8c5d87ee0a8c778d6f6becba1cd744 (diff) | |
download | mediapointer-dvb-s2-68a6fa1ae421b7c28eb6b8365f3adfd08007e7b7.tar.gz mediapointer-dvb-s2-68a6fa1ae421b7c28eb6b8365f3adfd08007e7b7.tar.bz2 |
backport changes on files not maintained here
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/firmware')
-rw-r--r-- | linux/firmware/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/firmware/Makefile b/linux/firmware/Makefile index 205f822a3..6b398f25c 100644 --- a/linux/firmware/Makefile +++ b/linux/firmware/Makefile @@ -37,6 +37,8 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ cxgb3/t3c_psram-1.1.0.bin \ cxgb3/t3fw-7.0.0.bin fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin +fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ + e100/d102e_ucode.bin fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ @@ -76,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 |