summaryrefslogtreecommitdiff
path: root/linux/Documentation/dvb/get_dvb_firmware
AgeCommit message (Collapse)Author
2007-08-15get_dvb_firmware: update script for new location of tda10046 firmwareMichael Krufky
From: Andreas Arens <ari@goron.de> Update get_dvb_firmware script for the new location of the tda10046 firmware. The old location doesn't work anymore. Signed-off-by: Andreas Arens <ari@goron.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2007-07-05Firmware extract and loading for opera dvb-usb updateMarco Gittler
From: Marco Gittler <g.marco@freenet.de> Better way of creating and loading the firmware used. Update for get_dvb_firmware script to extract the files for opera usb-box Help file for creating the firmware added Signed-off-by: Marco Gittler <g.marco@freenet.de>
2007-06-15get_dvb_firmware: update script for new location of sp8870 firmwareMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> This url is no longer valid: http://www.technotrend.de/new/217g/tt_Premium_217g.zip Replace with: http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/tt_Premium_217g.zip Thanks-to: Tobias Stoeber <tobi@to-st.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-04-23get_dvb_firmware: download nxt2002 firmware from new driver locationMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> BBTI has updated their driver, and removed the old one from their website. This patch updates the get_dvb_firmware script to download the firmware from the new driver location. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-03-22Documentation/dvb/get_dvb_firmware: fix firmware URLMichael Krufky
From: Adrian Bunk <bunk@stusta.de> Date: Tue, 21 Mar 2006 23:43:59 +0000 (+0100) Subject: Documentation/dvb/get_dvb_firmware: fix firmware URL X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d7f2baaadc0e2da3b4dff76494f9cf46d48ad301 Documentation/dvb/get_dvb_firmware: fix firmware URL This patch fixes a wrong URL in Documentation/dvb/get_dvb_firmware. This patch fixes kernel Bugzilla #4301. kernel-sync Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-03Added support for the LifeView FlyDVB-T LR301 cardHartmut Hackmann
From: Giampiero Giancipoli <gianci@libero.it> Additionally to the card support, this changeset adds the option tda10046lifeview to get_dvb_firmware to download tda10046 firmware from LifeView's site. Signed-off-by: Giampiero Giancipoli <gianci@libero.it> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2006-01-09Bluebird firmware hosting moved to common dvb firmware dir on linuxtv.orgMichael Krufky
- get_dvb_firmware script updated accordingly: - my $url = "http://www.linuxtv.org/~mkrufky/dvb-usb-bluebird-01.fw"; + my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-blue$ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-03Add DViCO Bluebird firmware to dvb_get_firmware scriptMichael Krufky
- Add DViCO Bluebird firmware to dvb_get_firmware script, for FusionHDTV USB devices. - Use usb alt setting 0 for EP4 transfer (dvb-t), - Use usb alt setting 7 for EP2 transfer (atsc) - Added comment to lgdt330x.c to indicate support for DViCO FusionHDTV5 USB Gold. Thanks to: Jeff Lee <JeffLee@dvico.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-27make the firmware dir documentation and comments consistent in the v4l-dvb tree.Michael Krufky
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-08syncronizes some changes between v4l and dvbMauro Carvalho Chehab
- Updated firmware names - kfree (NULL) is valid. - assert_spin_locked() is the new way - small fixes to make in sync with kernel Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-27From: Kirk Lapray <kirk.lapray@gmail.com>Michael Krufky
* nxt200x.c, nxt200x.h - New frontend module that supports both NXT2002 and NXT2004. So far, only tested on NXT2004. After testing on NXT2002, we should deprecate the nxt2002 module, and implement this one instead on the applicable cards. * get_dvb_firmware: - Added support for the NXT2004 firmware. This firmware works with both the ATI HDTV Wonder and the AVerTVHD MCE a180. This was originally written by Jean-Francois Thibert * dvb-pll.c - Fixed minimum frequency for tuv1236d. It seems that the data sheets are wrong. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-05-26fix dvb-usb-dibusb-5.0.0.11.fw download linkJohannes Stezenbach
remove trailing whitespace
2005-04-25dvb-fe-tda10046.fw was extracted one byte too largeAndreas Oberritter
2005-02-23correct download link for av7110 firmware and get new version 261dJohannes Stezenbach
2005-02-19add OREN or51211, or51132_qam and or51132_vsb firmwareJohannes Stezenbach
2005-02-17- corrected links to firmware files (reported by Stefan Frings, thanks)Patrick Boettcher
2005-02-05patch by Mattias Holmlund: support new version of unshield forJohannes Stezenbach
sp887x firmware extraction (changed cmdline parameters)
2004-12-16add nxt2002Johannes Stezenbach
2004-11-13Added additional firmware locationAndrew de Quincy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-09-09Minor fix to check commands existAndrew de Quincy
2004-09-05removed vp7041 doc and added dibusb docPatrick Boettcher
2004-08-26Make safe for paths with spacesAndrew de Quincy
2004-08-26Initial checkinAndrew de Quincy